Skip to content

Commit dc1cb1a

Browse files
authored
Change SITE_URL and BASE_URL to use conditional assignment
Signed-off-by: Andrii Holovin <[email protected]>
1 parent 638db6f commit dc1cb1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SITE_URL := http://localhost:3000
2-
BASE_URL := /
1+
SITE_URL ?= http://localhost:3000
2+
BASE_URL ?= /
33

44
clean:
55
rm -rf node_modules/ build/ .docusaurus .cache-loader

0 commit comments

Comments
 (0)