Fix URLs for baseURLs that are on a subpath

This commit is contained in:
2021-10-23 00:25:06 -05:00
parent edff1f416d
commit 4e9ce6df46
3 changed files with 6 additions and 6 deletions

View File

@ -17,8 +17,8 @@ enableGitInfo = true
description = "Example website for bobatheme"
# these are for favicons in bobatheme
faviconICO = "/favicon.ico"
faviconPNG = "/favicon.png"
faviconICO = "favicon.ico"
faviconPNG = "favicon.png"
# show word count and/or reading time (enabled by default)
wordcount = true