Skip to content

Commit

Permalink
Merge pull request #4 from hollow-leaf/fix/remiveRedirect
Browse files Browse the repository at this point in the history
fix: remove redirect
  • Loading branch information
yeeetai authored Aug 17, 2023
2 parents 548f682 + 2ee79d4 commit 62ebb88
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ module.exports = {
config.resolve.fallback = { fs: false, net: false, tls: false };
return config;
},
async redirects() {
return [
{
source: '/',
destination: '/home',
permanent: true,
},
]
},
};

0 comments on commit 62ebb88

Please sign in to comment.