hash scripts

This commit is contained in:
Pen Anderson 2026-05-26 15:09:25 -05:00
parent e3b3dc94ff
commit f335f789fd

View file

@ -14,6 +14,12 @@ export default {
serviceWorker: {
register: false
},
csp: {
mode: 'hash',
directives: {
'script-src': ['self']
}
},
alias: {
$content: './src/lib/content'
}