Skip to content

Commit 7304a00

Browse files
committed
docs: add redirect for update.html
1 parent 55c3e9c commit 7304a00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

netlify.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@
2020
to = "https://stackblitz.com/edit/faker-js-demo?file=index.ts"
2121
status = 301
2222
force = true
23+
24+
# Redirect old update page to new announcement section
25+
[[redirects]]
26+
from = "/update.html"
27+
to = "https://chat.fakerjs.dev/about/2022-01-14.html"
28+
status = 301
29+
force = true

0 commit comments

Comments
 (0)