Skip to content

Commit

Permalink
chore(docs): fix prerender issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 12, 2023
1 parent 2886700 commit d2a7d84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.deploy/1.workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Nitro provides out of the box support for deploying to Edge Workers.
Nitro provides out of the box support for deploying any Nitro app to different Edge Worker offerings as well as Service Workers.

- [Cloudflare](/deploy/providers/cloudflare)
- [Deno](/deploy/providers/deno)
- [Deno Deploy](/deploy/providers/deno-deploy)
- [Vercel](/deploy/providers/vercel#vercel-edge-functions)
- [Netlify](/deploy/providers/netlify#netlify-edge-functions)
- [Lagon](/deploy/providers/lagon)
Expand Down
5 changes: 5 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ export default defineNuxtConfig({
routeRules: {
"/deploy/node": { redirect: "/deploy/runtimes/node" },
},
nitro: {
prerender: {
failOnError: false,
},
},
});

0 comments on commit d2a7d84

Please sign in to comment.