Skip to content

Commit

Permalink
ci: setting prerender failOnError: false
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed May 16, 2024
1 parent 5fe0758 commit ad25576
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 @@ -65,6 +65,7 @@ export default defineNuxtConfig({
compressPublicAssets: true,
prerender: {
routes: ["/manifest.webmanifest", "/robots.txt", "/sitemap.xml"],
failOnError: false,
},
},
postcss: {
Expand Down

0 comments on commit ad25576

Please sign in to comment.