Skip to content

Commit b9c4f26

Browse files
authored
fix: add netlify redirect rule to route root URL to /simulatorvue (#448)
1 parent ac9a470 commit b9c4f26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[build]
22
command = "npm run build && mkdir -p ./dist && cp -r ../public/* ./dist/"
33

4+
[[redirects]]
5+
from = "/"
6+
to = "/simulatorvue"
7+
status = 301
8+
force = true
9+
410
[[redirects]]
511
from = "/simulatorvue/v0/*"
612
to = "/simulatorvue/v0/index-cv.html"

0 commit comments

Comments
 (0)