Skip to content

Commit 4c251f7

Browse files
fix highlighting hopefully
1 parent 32e7584 commit 4c251f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BASEURL=https://cognate-lang.github.io
66
build:
77
# NOTE: Requires gawk
88
tree-sitter query --test scripts/doc-comments.scm prelude.cog --config-path tree-sitter.json | $(AWK) -v linkURL="https://github.com/cognate-lang/cognate/blob/master/src/" -f scripts/doc-comments.awk > content/reference/prelude.md
9-
$(HUGO) --baseURL $(BASEURL)
9+
$(HUGO) #--baseURL $(BASEURL)
1010
make $(shell find public -type f -name "*.html")
1111

1212
public/%.html: .FORCE

0 commit comments

Comments
 (0)