remove `site/` prefix from publish

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
pull/6907/head
Tiger Kaovilai 2023-10-02 15:07:40 -04:00
parent 13019b943a
commit 09f7744e33
No known key found for this signature in database
GPG Key ID: F05DADBB55627443
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[build]
base = "site/"
command = "hugo --gc --minify"
publish = "site/public"
publish = "public"
[context.production.environment]
HUGO_VERSION = "0.73.0"