Skip to content

Commit a693219

Browse files
vknabelsimcod
authored andcommitted
fix: force redirects for domains (#76)
1 parent 94cd503 commit a693219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/_redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
/:version/apidocs/apidocs https://docs.archive.metal-stack.io/:version/references/metal-api/index.html 302
77

88
# non-migration related redirects
9-
https://docs.metal-stack.io https://metal-stack.io/docs/home
10-
https://docs.metal-stack.io/* https://metal-stack.io/:splat
9+
https://docs.metal-stack.io https://metal-stack.io/docs/home 301!
10+
https://docs.metal-stack.io/* https://metal-stack.io/:splat 301!
1111
/docs /docs/home
1212

1313
# migrate archived paths to stable versions quickly

0 commit comments

Comments
 (0)