ci: update and remove bun install
Some checks failed
CI / security (push) Successful in 1m54s
CI / test (push) Failing after 7m19s
CI / docker-build (push) Has been skipped

This commit is contained in:
2025-08-31 21:42:18 +02:00
parent f54ed8b912
commit e2e17f9dc1
4 changed files with 97 additions and 101 deletions

View File

@@ -50,11 +50,11 @@ http {
add_header X-Content-Type-Options "nosniff" always;
add_header Referrer-Policy "no-referrer-when-downgrade" always;
add_header Content-Security-Policy "default-src 'self' http: https: data: blob: 'unsafe-inline'" always;
add_header Cache-Control "public, immutable" always;
# Cache static assets
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ {
expires 1y;
add_header Cache-Control "public, immutable";
}
# Handle client-side routing