Skip to content

Commit dae5051

Browse files
committed
fix:remove output property from nextConfig
1 parent 1a2d4a6 commit dae5051

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

next.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
reactStrictMode: true,
4-
output: 'export',
54
pageExtensions: ['page.tsx'],
65
images: {
76
unoptimized: true,
@@ -44,7 +43,7 @@ const nextConfig = {
4443

4544
fileLoaderRule.exclude = /\.svg$/i;
4645
return config;
47-
},
46+
},
4847
};
4948

5049
module.exports = nextConfig;

0 commit comments

Comments
 (0)