Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
superwunc committed Jun 27, 2024
1 parent 89756a0 commit 5378604
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ module.exports = {

return config;
},
async rewrites() {
return [
{
source: "/",
destination: "/home",
},
{
source: "/admin",
destination: "/admin/index.html",
},
];
},
// async rewrites() {
// return [
// {
// source: "/",
// destination: "/home",
// },
// {
// source: "/admin",
// destination: "/admin/index.html",
// },
// ];
// },
};

0 comments on commit 5378604

Please sign in to comment.