don't explicitly set baseurl, let it come from hugo configs

This commit is contained in:
John Bowdre 2024-01-21 12:52:45 -06:00
parent fbb0ad085a
commit 49150ccf97

View file

@ -40,8 +40,7 @@ jobs:
HUGO_ENV: production HUGO_ENV: production
run: | run: |
hugo \ hugo \
--minify \ --minify
--baseURL "https://runtimeterror.dev/"
- name: Highlight with Torchlight - name: Highlight with Torchlight
run: | run: |
npm i @torchlight-api/torchlight-cli npm i @torchlight-api/torchlight-cli