From 70d9866125825b25de9d31e83a7be0202d72022c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 9 Aug 2018 13:00:10 +0200 Subject: fixed base url when building hugo pages (broken CSS) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf