diff --git a/scripts/zola.sh b/scripts/zola.sh index 7d5cd09..e48bf70 100755 --- a/scripts/zola.sh +++ b/scripts/zola.sh @@ -80,6 +80,7 @@ build() { } no_absolute_url() { + sed -i 's/https:\/\/gitea-open-letter.coding.social\/letter\//https:\/\/gitea-open-letter.coding.social\//g' $(find public -type f | grep html) sed -i 's/https:\/\/gitea-open-letter.coding.social//g' $(find public -type f | grep html) }