Skip to content

Commit

Permalink
fix(site): ipx not working on cloudflare
Browse files Browse the repository at this point in the history
force nuxt image ipx to work, see nuxt/image#866 (comment)
  • Loading branch information
tchiotludo committed Sep 15, 2024
1 parent 9ac0db9 commit 8e76239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export default defineNuxtConfig({
},

nitro: {
node: true,
prerender: {
routes: ['/rss.xml'],
},
Expand Down

0 comments on commit 8e76239

Please sign in to comment.