diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index 7e625d5e8..70db05def 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -17,9 +17,11 @@ canonifyURLs: false # Default to false and set to true for production in config/production/hugo.yaml enableRobotsTXT: false -# aasetDir: Location where Hugo looks for assets +# assetDir: Location where Hugo looks for assets assetDir: static +publishDir: "public" + # Enable .GitInfo object for each page. This will give values to .Lastmod etc. enableGitInfo: false