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 d33e543 commit fe6ffa0Copy full SHA for fe6ffa0
next.config.js
@@ -1,13 +1,13 @@
1
module.exports = {
2
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
3
assetPrefix: process.env.NEXT_PUBLIC_BASE_PATH,
4
- // exportPathMap: function () {
5
- // return {
6
- // '/': { page: '/' }
7
- // }
8
- // },
+ exportPathMap: function () {
+ return {
+ "/": { page: "/" },
+ };
+ },
9
reactStrictMode: true,
10
images: {
11
- domains: ['res.cloudinary.com', 'github.com'],
+ domains: ["res.cloudinary.com", "github.com"],
12
},
13
};
0 commit comments