Skip to content

Commit 3814c47

Browse files
authored
Merge branch 'main' into main
2 parents c1749b4 + 2fd8970 commit 3814c47

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)