Update eleventy pathPrefix to reflect my actual setup.
All checks were successful
Build Eleventy Forgero / build (24.x) (push) Successful in 38s

This commit is contained in:
天クマ 2026-05-15 10:24:47 -03:00
commit af9b88a6d9

View file

@ -35,7 +35,7 @@ jobs:
- name: Install dependencies & build
run: |
npm ci
npm run build -- --pathprefix="/tenkuma/web"
npm run build -- --pathprefix="/pages/tenkuma/web"
- name: Deploy to forgejo-pages
run: |