03eee061ff
Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/990 Co-authored-by: konrad <k@knt.li> Co-committed-by: konrad <k@knt.li>
15 lines
252 B
TOML
15 lines
252 B
TOML
[build]
|
|
command = "yarn build"
|
|
publish = "dist"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
X-Frame-Options = "DENY"
|
|
X-XSS-Protection = "1; mode=block"
|
|
X-Robots-Tag = "noindex"
|