Skip to content

Commit

Permalink
chore: try route rules
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 29, 2023
1 parent 2fe117c commit f34426e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineNuxtConfig({
},
nitro: {
routeRules: {
'*': {
'/**': {
headers: {
'Cross-Origin-Embedder-Policy': 'require-corp',
'Cross-Origin-Opener-Policy': 'same-origin',
Expand Down

0 comments on commit f34426e

Please sign in to comment.