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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: