We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7264450 commit f944e3aCopy full SHA for f944e3a
.github/build/Makefile.core.mk
@@ -60,3 +60,4 @@ PORT:=1313
60
# Build
61
#-----------------------------------------------------------------------------
62
RELEASE_CHANNEL="edge"
63
+BASEURL:="https://layer5io.github.io/exoscale-academy"
Makefile
@@ -32,7 +32,7 @@ build:
32
33
## Build site for local consumption
34
build-preview:
35
- hugo --baseURL=https://layer5io.github.io/exoscale-academy
+ hugo --baseURL=$(BASEURL)
36
37
## Empty build cache and run on your local machine.
38
clean:
0 commit comments