Skip to content

Commit

Permalink
remove base now that we are using custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Nov 17, 2024
1 parent 15d9020 commit f34c111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm ci

- name: Build
run: npm run build -- --base=/meshtxt/
run: npm run build

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit f34c111

Please sign in to comment.