You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The site is built with Vite and deployed to GitHub Pages through `.github/workfl
6
6
7
7
The workflow runs on pushes to `main` or `master`, installs dependencies with `npm ci`, runs `npm run test`, builds the static bundle with `npm run build`, and publishes `dist`.
8
8
9
-
For project pages, the workflow sets `VITE_BASE_PATH` to `/<repository-name>/`. For user or organization pages ending in `.github.io`, it uses `/`.
9
+
The production site is published at `https://adaengine.org/`, so the Vite base path defaults to `/`. Use `VITE_BASE_PATH` only for explicit non-root preview deployments.
0 commit comments