trying to get nextjs to work
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
const nextConfig = {
|
||||
reactStrictMode: true, // Recommended for the `pages` directory, default in `app`.
|
||||
swcMinify: true,
|
||||
output: 'standalone',
|
||||
experimental: {
|
||||
// Required:
|
||||
appDir: true,
|
||||
|
Reference in New Issue
Block a user