We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c483e commit 54d204eCopy full SHA for 54d204e
1 file changed
.github/workflows/deploy.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Generate static site
26
env:
27
NUXT_APP_BASE_URL: /comforterpdocsnuxt/
28
+ NITRO_PRERENDER_IGNORE_ERRORS: true
29
run: |
30
npm run generate
31
0 commit comments