Skip to content

Commit 09f4eb6

Browse files
committed
fix: cors cloudfront handling
1 parent cf88725 commit 09f4eb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ export default defineNuxtConfig({
316316
headers: {
317317
contentSecurityPolicy: {
318318
'img-src': false,
319+
'style-src': false,
319320
},
320321
},
321322
hidePoweredBy: true,

0 commit comments

Comments
 (0)