We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e962e6 commit 847cfb1Copy full SHA for 847cfb1
website/redirects.next.js
@@ -5,6 +5,7 @@
5
// Next.js redirect documentation: https://nextjs.org/docs/api-reference/next.config.js/redirects
6
7
module.exports = [
8
+ { source: '/home', destination: '/', permanent: true },
9
{ source: '/support', destination: '/', permanent: true },
10
{ source: '/sponsors', destination: '/', permanent: true },
11
{ source: '/about', destination: '/intro', permanent: true },
0 commit comments