Skip to content

Commit 2fd8970

Browse files
authored
Merge pull request #1954 from Andygol/patch-1
Fixed sitemap.xml uses localhost instead of https://helm.sh
2 parents f4727fe + c4594c7 commit 2fd8970

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)