Spaces:
Build error
Build error
File size: 158 Bytes
4f7d0b1 |
1 2 3 4 5 6 7 8 9 |
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
appDir: false,
},
}
module.exports = nextConfig |