trying to get nextjs to work

This commit is contained in:
2022-11-06 22:52:29 +01:00
parent 78b57dc4ad
commit 3ac968a63c
10 changed files with 103 additions and 40 deletions

View File

@@ -2,6 +2,7 @@
const nextConfig = {
reactStrictMode: true, // Recommended for the `pages` directory, default in `app`.
swcMinify: true,
output: 'standalone',
experimental: {
// Required:
appDir: true,