Skip to content

Commit

Permalink
attempt to fix payload error
Browse files Browse the repository at this point in the history
  • Loading branch information
bvreede committed Sep 19, 2023
1 parent 4e8f492 commit 0b7310f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ export default defineNuxtConfig({
fallback: '404.html'
},
ssr: true,
target: "static"
target: "static",

experimental: {
renderJsonPayloads: true
},
})

0 comments on commit 0b7310f

Please sign in to comment.