Skip to content

Commit 64879fd

Browse files
Fix base url to point to /docs
1 parent 09315ca commit 64879fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎netlify.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build]
22
publish = "public"
3-
command = "hugo version && hugo --gc --minify -d public/docs;"
3+
command = "hugo version && hugo --baseURL $DEPLOY_PRIME_URL --gc --minify -d public/docs;"
44

55
[context.production.environment]
66
HUGO_VERSION = "0.76.5"

0 commit comments

Comments
 (0)