Skip to content

Commit 672cd67

Browse files
committed
[🧪] bump nextjs to v12 + update tailwind config
1 parent a3c8c54 commit 672cd67

File tree

5 files changed

+1580
-3019
lines changed

5 files changed

+1580
-3019
lines changed

constants/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

next.config.js

Lines changed: 8 additions & 8 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']
12-
}
13-
}
11+
domains: ['res.cloudinary.com', 'github.com'],
12+
},
13+
};

0 commit comments

Comments
 (0)