Skip to content

Commit

Permalink
remove redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
utgwkk committed Jul 11, 2023
1 parent 268618d commit e061e86
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions next.config.js
@@ -1,12 +1,3 @@
module.exports = {
output: "export",
async redirects() {
return [
{
source: "/labs/:path*",
destination: "https://sugarheart.utgw.net/labs/:path*",
permanent: true,
},
];
},
};

0 comments on commit e061e86

Please sign in to comment.