Skip to content

Commit ded6c50

Browse files
authored
Remove redirects
1 parent 3292f3d commit ded6c50

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

next.config.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,5 @@ module.exports = {
22
reactStrictMode: true,
33
eslint: {
44
ignoreDuringBuilds: true
5-
},
6-
async redirects() {
7-
return [
8-
{
9-
source: '/',
10-
destination: '/home',
11-
permanent: false
12-
}
13-
]
14-
}
5+
}
156
}

0 commit comments

Comments
 (0)