File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [build ]
2+ command = " npm install && npm run build"
3+ publish = " dist"
4+ environment = { NODE_VERSION = " 18" }
5+
6+ [[headers ]]
7+ for = " /*"
8+ [headers .values ]
9+ X-Frame-Options = " DENY"
10+ X-Content-Type-Options = " nosniff"
11+ Referrer-Policy = " strict-origin-when-cross-origin"
12+ Strict-Transport-Security = " max-age=63072000; includeSubDomains; preload"
13+
14+ [[redirects ]]
15+ from = " /*"
16+ to = " /index.html"
17+ status = 200
Original file line number Diff line number Diff line change 1+ /*
2+ X-Frame-Options: DENY
3+ X-Content-Type-Options: nosniff
4+ Referrer-Policy: strict-origin-when-cross-origin
5+ Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
Original file line number Diff line number Diff line change 1- /* /index.html 200
1+ /* /index.html 200
22
You can’t perform that action at this time.
0 commit comments