mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
Fix baseurl
This commit is contained in:
committed by
Anthony Fok
parent
cea93ebe84
commit
a518ccb9b6
+1
-2
@@ -1,4 +1,4 @@
|
||||
baseurl = ""
|
||||
baseurl = "/"
|
||||
canonifyurls = true
|
||||
# Pointing to this file
|
||||
config = "config.toml"
|
||||
@@ -8,7 +8,6 @@ copyright = ""
|
||||
defaultContentLanguage = "en"
|
||||
# Set to true to keep url path preserve casing (eg, for sections)
|
||||
disablePathToLower = false
|
||||
|
||||
# Allows use of emoji shorthand directly in content
|
||||
enableEmoji = true
|
||||
# Set the unicode character used for the "return" link in page footnotes.
|
||||
|
||||
Reference in New Issue
Block a user