Skip to content

Commit 3b73457

Browse files
committed
chore(deps): netlify redirect issue
1 parent 426a64f commit 3b73457

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

netlify.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
publish = "_netlify/builders"
2222
environment = { NETLIFY = "true", LINEAR_CUSTOM_VIEW_ID = "27df73bc-50ec-4fc1-bbb2-d906236a5bbc" }
2323

24-
24+
# Roadmap: serve the pre-rendered static file for the no-slash URL
25+
[[redirects]]
26+
from = "/developers/roadmap"
27+
to = "/developers/roadmap/index.html"
28+
status = 200
2529

2630
# Rewrite everything to /developers/index.html for client-side routing
2731
[[redirects]]

0 commit comments

Comments
 (0)