Skip to content

Commit 89c0e8c

Browse files
committed
Redirect changelog to new home
1 parent ba703a2 commit 89c0e8c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/redirects.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// See https://nextjs.org/docs/app/api-reference/config/next-config-js/redirects
22
module.exports = [
3+
{
4+
source: "/changelog/:path*",
5+
destination: "/resources/changelog/:path*",
6+
permanent: false,
7+
},
38
{
49
source: "/guides/cheatsheet/:path*",
510
destination: "/resources/cheatsheets/:path*",

0 commit comments

Comments
 (0)