Set baseURL to /.

This commit is contained in:
tastytea 2019-04-20 13:44:37 +02:00
parent dbd42d10ff
commit 8bbd7357b3
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
baseURL = "https://blog.tastytea.de/"
# baseURL = "https://blog.tastytea.de/"
baseURL = "/"
languageCode = "en"
title = "tastyteablog"
theme = [ "tastytea", "slick" ]