my-website-base/example/config.prod.yml

14 lines
182 B
YAML
Raw Normal View History

2024-12-31 20:12:26 +00:00
libs: /plugins
views: /views
static: /static
notFound: .templ/not-found
defaultPage: .templ/page
defaultIndex: .templ/index
plugins: []
debug: false
maxCache: 86400
ignore:
- /.**