14 lines
182 B
YAML
14 lines
182 B
YAML
|
libs: /plugins
|
||
|
views: /views
|
||
|
static: /static
|
||
|
|
||
|
notFound: .templ/not-found
|
||
|
defaultPage: .templ/page
|
||
|
defaultIndex: .templ/index
|
||
|
plugins: []
|
||
|
|
||
|
debug: false
|
||
|
maxCache: 86400
|
||
|
ignore:
|
||
|
- /.**
|