Skip to content

Commit 363e2dd

Browse files
authored
chore: update taskfile for hugo publishing (#1819)
Signed-off-by: Nathan Klick <[email protected]>
1 parent 5f0bf18 commit 363e2dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Taskfile.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ silent: false
77
env:
88
HUGO_ENVIRONMENT: production
99
HUGO_ENV: production
10-
HUGO_BASE_URL: https://hashgraph.github.io/solo
11-
HUGO_ORIGIN: https://hashgraph.github.io
12-
HUGO_HOST: hashgraph.github.io
13-
HUGO_BASEPATH: /solo
10+
HUGO_BASE_URL: https://solo.hiero.org/
11+
HUGO_ORIGIN: https://solo.hiero.org
12+
HUGO_HOST: solo.hiero.org
13+
HUGO_BASEPATH: /
1414

1515
tasks:
1616
default:

0 commit comments

Comments
 (0)