13 lines
290 B
TOML
13 lines
290 B
TOML
[[headers]]
|
|
for = "/build/rte/csiv.js"
|
|
|
|
[headers.values]
|
|
Access-Control-Allow-Origin = "https://eu-rte-extension.contentstack.com"
|
|
Access-Control-Allow-Methods = "GET, HEAD"
|
|
Access-Control-Allow-Headers = "*"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|