Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 056e373

Browse files
committedMay 19, 2025·
add render-engine-pico
1 parent 3bc7c0d commit 056e373

File tree

70 files changed

+3328
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+3328
-0
lines changed
 

‎app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
app = Site()
44
app.template_path = "_layouts"
5+
app.static_paths.add("assets")
56
app.site_vars["locales"] = ["en"]
67

78

0 commit comments

Comments
 (0)
Please sign in to comment.