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.
1 parent 4291010 commit 7f58af1Copy full SHA for 7f58af1
2026/Makefile
@@ -9,7 +9,8 @@ TMP = .tmp
9
10
TO_COPY = \
11
includes/ $(wildcard includes/*) \
12
- images/ $(wildcard images/*.png images/*.svg images/*.jpg images/*.webp)
+ images/ $(wildcard images/*.png images/*.svg images/*.jpg images/*.webp) \
13
+ $(wildcard ./*.html)
14
15
SITE_FILES = $(addprefix $(OUT)/, $(TO_COPY))
16
0 commit comments