We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 433991a + 3708a5d commit 83ccea6Copy full SHA for 83ccea6
next.config.mjs
@@ -1,6 +1,5 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
- output: 'export',
4
- }
5
-
6
- export default nextConfig;
+}
+
+export default nextConfig;
0 commit comments