Skip to content

Commit 847cfb1

Browse files
committed
fix: redirects /home to /
1 parent 1e962e6 commit 847cfb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/redirects.next.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Next.js redirect documentation: https://nextjs.org/docs/api-reference/next.config.js/redirects
66

77
module.exports = [
8+
{ source: '/home', destination: '/', permanent: true },
89
{ source: '/support', destination: '/', permanent: true },
910
{ source: '/sponsors', destination: '/', permanent: true },
1011
{ source: '/about', destination: '/intro', permanent: true },

0 commit comments

Comments
 (0)