Set base URL

This commit is contained in:
William Oldham
2024-02-23 08:34:40 +00:00
committed by GitHub
parent 2faee2931e
commit 723f869de2

View File

@@ -52,6 +52,8 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Static HTML export with Nuxt
run: pnpm generate
env:
NUXT_APP_BASE_URL: /docs/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with: