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.
2 parents c1749b4 + 2fd8970 commit 3814c47Copy full SHA for 3814c47
Makefile
@@ -1,5 +1,5 @@
1
-SITE_URL := http://localhost:3000
2
-BASE_URL := /
+SITE_URL ?= http://localhost:3000
+BASE_URL ?= /
3
4
clean:
5
rm -rf node_modules/ build/ .docusaurus .cache-loader
0 commit comments