Skip to content

Commit ddf562c

Browse files
committed
.
1 parent a5c6473 commit ddf562c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
node-version: "20"
1717
# Pick your own package manager and build script
1818
- run: yarn install
19-
- run: NUXT_APP_BASE_URL=/eye-tracking/ npx nuxt build --preset github_pages
19+
# - run: NUXT_APP_BASE_URL=/eye-tracking/ npx nuxt build --preset github_pages
20+
- run: npx nuxt build --preset github_pages
2021
- name: Upload artifact
2122
uses: actions/upload-pages-artifact@v3
2223
with:

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// https://nuxt.com/docs/api/configuration/nuxt-config
22
export default defineNuxtConfig({
33
ssr: true,
4-
// target: 'static',
4+
target: 'static',
55
app: {
66
baseURL: '/eye-training/', // Important for GitHub Pages
77
head: {

0 commit comments

Comments
 (0)