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.
1 parent 1a2d4a6 commit dae5051Copy full SHA for dae5051
next.config.js
@@ -1,7 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
reactStrictMode: true,
4
- output: 'export',
5
pageExtensions: ['page.tsx'],
6
images: {
7
unoptimized: true,
@@ -44,7 +43,7 @@ const nextConfig = {
44
43
45
fileLoaderRule.exclude = /\.svg$/i;
46
return config;
47
- },
+ },
48
};
49
50
module.exports = nextConfig;
0 commit comments