Skip to content

Commit f2bba05

Browse files
authored
chore: use netlify.toml for redirection (#233)
1 parent cab363a commit f2bba05

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

website/docs/public/_redirects

Lines changed: 0 additions & 2 deletions
This file was deleted.

website/docs/public/netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Redirect rstest.dev to rstest.rs
2+
[[redirects]]
3+
from = "https://rstest.dev/*"
4+
to = "https://rstest.rs/:splat"
5+
status = 301
6+
force = true

0 commit comments

Comments
 (0)