Remove outdated experimental config in NextJS

This commit is contained in:
Weves 2023-10-07 22:54:17 -07:00 committed by Chris Weaver
parent d09c320538
commit 829b50571d

View File

@ -1,8 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
output: "standalone",
rewrites: async () => {
// In production, something else (nginx in the one box setup) should take