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 722af99 commit d1e0c6dCopy full SHA for d1e0c6d
netlify.toml
@@ -9,6 +9,12 @@
9
command = "npm run docs"
10
11
# For versions like v1.2.3, v2.0.1, etc.
12
+[[redirects]]
13
+ from = '/v0.3.0/*'
14
+ to = 'https://release-v0-2-3--z-changeset-practice.netlify.app/:splat'
15
+ status = 200
16
+ force = true
17
+
18
[[redirects]]
19
from = '/v0.2.3/*'
20
to = 'https://release-v0-2-3--z-changeset-practice.netlify.app/:splat'
0 commit comments