chore: move frontend files
This commit is contained in:
15
frontend/netlify.toml
Normal file
15
frontend/netlify.toml
Normal file
@ -0,0 +1,15 @@
|
||||
[build]
|
||||
command = "pnpm run build"
|
||||
publish = "dist-preview"
|
||||
|
||||
[[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"
|
Reference in New Issue
Block a user