We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6576ee3 commit 71f215bCopy full SHA for 71f215b
netlify.toml
@@ -10,7 +10,19 @@
10
11
# For versions like v1.2.3, v2.0.1, etc.
12
[[redirects]]
13
- from = '/v:major.:minor.:patch/*'
14
- to = 'https://release-v:major-:minor-:patch--z-changeset-practice.netlify.app/:splat'
+ from = '/v0.2.3/*'
+ to = 'https://release-v0-2-3--z-changeset-practice.netlify.app/:splat'
15
status = 200
16
- force = true
+ force = true
17
+
18
+[[redirects]]
19
+ from = '/v0.2.2/*'
20
+ to = 'https://release-v0-2-2--z-changeset-practice.netlify.app/:splat'
21
+ status = 200
22
23
24
25
+ from = '/v0.2.1/*'
26
+ to = 'https://release-v0-2-1--z-changeset-practice.netlify.app/:splat'
27
28
0 commit comments