migrated to nextjs 13 app dir
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
*/
|
||||
|
||||
const nextConfig = {
|
||||
output: 'export',
|
||||
reactStrictMode: false,
|
||||
swcMinify: true,
|
||||
images: {
|
||||
@@ -11,6 +12,10 @@ const nextConfig = {
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
experimental: {
|
||||
appDir: true,
|
||||
scrollRestoration: true,
|
||||
},
|
||||
webpack: (config) => {
|
||||
config.experiments = { ...config.experiments, topLevelAwait: true };
|
||||
return config;
|
||||
|
||||
Reference in New Issue
Block a user