Add context.production
parent
e47fd1903c
commit
1cf880cec7
|
@ -7,12 +7,13 @@
|
||||||
publish = "public/"
|
publish = "public/"
|
||||||
port = 1111
|
port = 1111
|
||||||
|
|
||||||
[[redirects]]
|
[context.production]
|
||||||
|
[[redirects]]
|
||||||
from = "https://mat-services.netlify.app/*"
|
from = "https://mat-services.netlify.app/*"
|
||||||
to = "https://mat.services/:splat"
|
to = "https://mat.services/:splat"
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/*"
|
for = "/*"
|
||||||
|
|
||||||
[headers.values]
|
[headers.values]
|
||||||
|
|
Loading…
Reference in New Issue