Skip to content

Commit a047f62

Browse files
authored
1 parent 323d68c commit a047f62

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
@@ -199,6 +199,7 @@ export default defineNuxtConfig({
199199
},
200200

201201
routeRules: {
202+
'/nuxt-api/oembed': { cors: true },
202203
// @ts-expect-error ssr option is valid but not in Nuxt types (see https://github.com/nuxt/nuxt/issues/15199)
203204
'/*/organizations/': { ssr: true },
204205
// @ts-expect-error ssr option is valid but not in Nuxt types

0 commit comments

Comments
 (0)