Skip to content

Commit 6ef8836

Browse files
authored
fix: allow to build site for different baseurl
1 parent 2bd8cde commit 6ef8836

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

netlify.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build]
2+
publish = "public"
3+
command = "hugo --minify --gc --cleanDestinationDir --baseURL $URL"
4+
5+
[build.environment]
6+
HUGO_VERSION = "0.77.0"
7+
HUGO_THEME = "repo"

themes/hugo-coder

Submodule hugo-coder updated 140 files

0 commit comments

Comments
 (0)