🐛 Fix incorrect URL when deploying to a subfolder

This commit is contained in:
James Panther
2021-08-17 11:03:22 +10:00
parent 4267b32c4c
commit c51f34ca35
5 changed files with 37 additions and 37 deletions
+3 -2
View File
@@ -4,14 +4,15 @@
# as it does not contain all the required theme settings!
#
# Refer to the theme docs for configuration instructions if you're unsure.
# https://github.com/jpanther/Congo#readme
# https://jpanther.github.io/Congo/docs/
# --------------------------------------------------------------------------
baseURL = "https://example.com"
baseURL = "https://jpanther.github.io/Congo/"
theme = "Congo"
languageCode = "en-AU"
title = "Congo"
enableEmoji = true
relativeURLs = true
[author]
name = "Congo"