Skip to content

Commit

Permalink
Remove redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
1407arjun committed Jan 5, 2022
1 parent 3292f3d commit ded6c50
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,5 @@ module.exports = {
reactStrictMode: true,
eslint: {
ignoreDuringBuilds: true
},
async redirects() {
return [
{
source: '/',
destination: '/home',
permanent: false
}
]
}
}
}

1 comment on commit ded6c50

@vercel
Copy link

@vercel vercel bot commented on ded6c50 Jan 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.