chore: update commands
This commit is contained in:
parent
a883de7bb6
commit
fb1e41497f
2 changed files with 8 additions and 4 deletions
|
@ -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"
|
Reference in a new issue