Nice browser. Is it antique?
No, seriously - your browser is so old that some features of patternplate don't work as expected.
Don't worry - you can either continue with a restricted version or install an up-to-date browser.
We messed up.
Sorry, but your user experience might be affected.
- Try reloading the page
- Report the problem at github.com/patternplate/patternplate

Reference: Static Files

👩‍🎓 Level: Beginner

Static files such as images, fonts, videos etc. can be saved into the ./static folder and referenced from other resources in patternplate via the api/static route.

Example

A patternplate server that starts in the file tree below will expose the following routes:

❯ tree .
.
├── patternplate.config.js
└── static
    ├── intro.mp4
    ├── logo.svg
    └── mood.png
Route File
/api/static/intro.mp4 static/intro.mp4
/api/static/logo.svg static/logo.svg
/api/static/mood.png static/mood.png