chore: update commands

This commit is contained in:
Cory Dransfeldt 2023-12-21 15:29:44 -08:00
parent a883de7bb6
commit fb1e41497f
No known key found for this signature in database
2 changed files with 8 additions and 4 deletions

View file

@ -59,4 +59,8 @@ for = "/contribute.json"
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
Referrer-Policy = "strict-origin-when-cross-origin"
Permissions-Policy = "autoplay=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=()"
Permissions-Policy = "autoplay=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=()"
[build]
command = "npm run build"
publish = "_site"