Skip to content

Commit fe6ffa0

Browse files
committed
[🔧] update exportPathMap config of next.config.js
1 parent d33e543 commit fe6ffa0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

next.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module.exports = {
22
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
33
assetPrefix: process.env.NEXT_PUBLIC_BASE_PATH,
4-
// exportPathMap: function () {
5-
// return {
6-
// '/': { page: '/' }
7-
// }
8-
// },
4+
exportPathMap: function () {
5+
return {
6+
"/": { page: "/" },
7+
};
8+
},
99
reactStrictMode: true,
1010
images: {
11-
domains: ['res.cloudinary.com', 'github.com'],
11+
domains: ["res.cloudinary.com", "github.com"],
1212
},
1313
};

0 commit comments

Comments
 (0)