We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426a64f commit 3b73457Copy full SHA for 3b73457
1 file changed
netlify.toml
@@ -21,7 +21,11 @@
21
publish = "_netlify/builders"
22
environment = { NETLIFY = "true", LINEAR_CUSTOM_VIEW_ID = "27df73bc-50ec-4fc1-bbb2-d906236a5bbc" }
23
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
29
30
# Rewrite everything to /developers/index.html for client-side routing
31
[[redirects]]
0 commit comments