Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamgang Nintcheu David committed Dec 31, 2023
1 parent 8104fc8 commit 8d131b1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
// next.config.js
module.exports = {
basePath: '/Flopsky.github.io',
// other configurations...
// Your other configurations...

// Add the following lines for static HTML export
exportPathMap: async function () {
return {
'/': { page: '/' },
// Add other pages as needed
};
},
};

0 comments on commit 8d131b1

Please sign in to comment.