Astro integration to enhance your website's security with SubResource Integrity hashes, Content-Security-Policy headers, and other techniques.
58
stars
6
forks
source link
Specifying base in astro config gets duplicated in path update and causes builds to error #144
Closed
ndj91 closed 3 weeks ago
Hello,
Found a bug which results in unable to build.
When
base
is set inastro.config
->defineConfig
. The value set forbase
is duplicated when generating sriHashes.example astro.config.mjs
Can this be looked into please?