We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c70d06 commit 5c75c3dCopy full SHA for 5c75c3d
1 file changed
netlify.toml
@@ -21,6 +21,19 @@
21
publish = "_netlify/builders"
22
environment = { NETLIFY = "true", LINEAR_CUSTOM_VIEW_ID = "27df73bc-50ec-4fc1-bbb2-d906236a5bbc" }
23
24
+# Roadmap SSR page — must come before the catch-all below
25
+[[redirects]]
26
+ from = "/developers/roadmap"
27
+ to = "/.netlify/functions/ssr"
28
+ status = 200
29
+ force = true
30
+
31
32
+ from = "/developers/roadmap/"
33
34
35
36
37
# Rewrite everything to /developers/index.html for client-side routing
38
[[redirects]]
39
from = "/developers/*"
0 commit comments