mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-13 18:18:11 +01:00
Revert "Chore: enable swc (#2311)"
This reverts commit 0931f5c5a6b3b03fd4f9757c8e479b0b596771d5.
This commit is contained in:
parent
507e72407f
commit
90c12abf87
3
.babelrc
Normal file
3
.babelrc
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"presets": ["next/babel"]
|
||||
}
|
@ -4,6 +4,7 @@ const { i18n } = require("./next-i18next.config");
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
output: "standalone",
|
||||
swcMinify: false,
|
||||
images: {
|
||||
domains: ["cdn.jsdelivr.net"],
|
||||
unoptimized: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user