add site-wide JS caching through import maps
This commit is contained in:
parent
f3aee8f41a
commit
10ccb250c1
15 changed files with 169 additions and 48 deletions
|
@ -46,3 +46,9 @@ description = "a place on the Internet I like to call home"
|
|||
[emoji]
|
||||
|
||||
[pics]
|
||||
|
||||
[javascript]
|
||||
import_roots = [
|
||||
{ name = "treehouse", path = "static/js" },
|
||||
{ name = "tairu", path = "static/js/components/tairu" },
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue