summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index d60d54b..6400937 100755
--- a/build.sh
+++ b/build.sh
@@ -9,6 +9,6 @@ fi
TEST_URL=`grep strus_url config.toml | cut -f 2 -d '"'`
rm -rf public
-hugo -v -b http://www.andreasbaumann.cc
+hugo -v -b http://www.andreasbaumann.cc/
$SED -i "s@$TEST_URL@http://www.andreasbaumann.cc/strus/query/wwwandreasbaumanncc@g" \
public/search/index.html