We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a11d5 commit e16ebb2Copy full SHA for e16ebb2
1 file changed
public/_redirects
@@ -1,5 +1,10 @@
1
# See: https://docs.netlify.com/routing/redirects/
2
# https://docs.netlify.com/routing/redirects/redirect-options/
3
+
4
+# Keep schema URLs working (served locally, not redirected)
5
/schemas/previous/* /schemas/0.9/:splat 200
6
/schemas/latest/* /schemas/1.0.3/:splat 200
7
/schemas/snapshot/* /schemas/1.0.3/:splat 200
8
9
+# Redirect everything else to the new domain
10
+/* https://open-workflow-specification.org/:splat 301
0 commit comments