my-website-base/example/config.dev.yml
2024-12-31 22:12:26 +02:00

14 lines
190 B
YAML

plugins: []
libs: data/plugins
views: data/views
static: data/static
notFound: .templ/not-found
defaultPage: .templ/page
defaultIndex: .templ/index
debug: true
maxCache: 30
ignore:
- /.**