We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fda1b1 commit cf88725Copy full SHA for cf88725
1 file changed
nuxt.config.ts
@@ -29,16 +29,6 @@ export default defineNuxtConfig({
29
href: '/favicon.ico',
30
}],
31
},
32
-
33
- // pageTransition: {
34
- // name: 'app-transition-slide-fade',
35
- // mode: 'out-in',
36
- // },
37
38
- // layoutTransition: {
39
40
41
42
43
44
devServer: {
@@ -317,6 +307,12 @@ export default defineNuxtConfig({
317
307
318
308
319
309
security: {
310
+ corsHandler: {
311
+ origin: [
312
+ process.env.NUXT_PUBLIC_APP_BASE_URL!,
313
+ process.env.AWS_CLOUDFRONT_DOMAIN!,
314
+ ].filter(Boolean),
315
+ },
320
316
headers: {
321
contentSecurityPolicy: {
322
'img-src': false,
0 commit comments