1 files changed, 1 insertions(+), 1 deletions(-)
M .build.yml
M .build.yml => .build.yml +1 -1
@@ 12,7 12,7 @@ tasks:
cd taavi.wtf
- build: |
cd taavi.wtf
- hugo --gc --minify --cleanDestinationDir
+ hugo --gc --minify --cleanDestinationDir --baseURL "https://taavi.wtf/"
tar -C public -cvz . > ../site.tar.gz
- upload: |
hut pages publish -d taavi.wtf --not-found /404.html site.tar.gz