chore: trim styles

This commit is contained in:
Cory Dransfeldt 2024-01-01 13:33:41 -08:00
parent cae9c342d6
commit e9f804ecf9
No known key found for this signature in database
5 changed files with 33 additions and 95 deletions

View file

@ -1,3 +1,10 @@
###
# BUILD
###
[build]
command = "npm run build"
publish = "_site"
###
# URLs
###
@ -58,8 +65,4 @@ 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=()"
[build]
command = "npm run build"
publish = "_site"
Permissions-Policy = "autoplay=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=()"