Skip to content

Commit

Permalink
fix prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehor Podporinov authored and Yehor Podporinov committed Sep 14, 2023
1 parent aadb404 commit 51cb4f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineNuxtConfig } from 'nuxt/config'
import { IntlifyModuleOptions } from '@intlify/nuxt3'
import { defineNuxtConfig } from 'nuxt/config'
import { createSvgIconsPlugin } from 'vite-plugin-svg-icons'

import path from 'path'
Expand Down Expand Up @@ -148,5 +148,8 @@ export default defineNuxtConfig({

nitro: {
preset: 'node-server',
prerender: {
failOnError: false,
},
},
})

0 comments on commit 51cb4f6

Please sign in to comment.