Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Jul 30, 2024
1 parent 31bba40 commit c19fa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def build_pages():
rendered = bust(rendered)
(BUILD_DIR / page.name).write_text(rendered, "utf-8")

for ext in ["css", "js"]:
for ext in ["css", "js", "svg"]:
for file_path in REPO.glob(f"*.{ext}"):
text = bust(file_path.read_text("utf-8"))
(BUILD_DIR / file_path.name).write_text(text, "utf-8")
Expand Down

0 comments on commit c19fa0d

Please sign in to comment.