|
|
@@ -17,6 +17,11 @@ if (process.env.NUXT_ENV === 'dev') {
|
|
|
*/
|
|
|
export default defineNuxtConfig({
|
|
|
ssr: true,
|
|
|
+ experimental: {
|
|
|
+ // Fix the 'Cannot stringify non POJO' bug
|
|
|
+ // @see https://github.com/nuxt/nuxt/issues/20787
|
|
|
+ renderJsonPayloads: false
|
|
|
+ },
|
|
|
runtimeConfig: {
|
|
|
// Private config that is only available on the server
|
|
|
env: '',
|