This commit is contained in:
parent
00bb334293
commit
7bdd8253d3
15 changed files with 4362 additions and 350 deletions
18
config/_default/module.toml
Normal file
18
config/_default/module.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
[[imports]]
|
||||
path = "github.com/hugo-toha/toha/v4"
|
||||
|
||||
[[mounts]]
|
||||
source = "static/files"
|
||||
target = "static/files"
|
||||
|
||||
[[mounts]]
|
||||
source = "./node_modules/flag-icon-css/flags"
|
||||
target = "static/flags"
|
||||
|
||||
[[mounts]]
|
||||
source = "./node_modules/@fontsource/mulish/files"
|
||||
target = "static/files"
|
||||
|
||||
[[mounts]]
|
||||
source = "./node_modules/katex/dist/fonts"
|
||||
target = "static/fonts"
|
Loading…
Add table
Add a link
Reference in a new issue