chore: trim styles
This commit is contained in:
parent
cae9c342d6
commit
e9f804ecf9
5 changed files with 33 additions and 95 deletions
13
netlify.toml
13
netlify.toml
|
@ -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=()"
|
Reference in a new issue