We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c6473 commit ddf562cCopy full SHA for ddf562c
.github/workflows/deploy.yml
@@ -16,7 +16,8 @@ jobs:
16
node-version: "20"
17
# Pick your own package manager and build script
18
- run: yarn install
19
- - run: NUXT_APP_BASE_URL=/eye-tracking/ npx nuxt build --preset github_pages
+ # - run: NUXT_APP_BASE_URL=/eye-tracking/ npx nuxt build --preset github_pages
20
+ - run: npx nuxt build --preset github_pages
21
- name: Upload artifact
22
uses: actions/upload-pages-artifact@v3
23
with:
nuxt.config.ts
@@ -1,7 +1,7 @@
1
// https://nuxt.com/docs/api/configuration/nuxt-config
2
export default defineNuxtConfig({
3
ssr: true,
4
- // target: 'static',
+ target: 'static',
5
app: {
6
baseURL: '/eye-training/', // Important for GitHub Pages
7
head: {
0 commit comments