# Adapt these directives inside the Caddy site block that serves this static app.

encode gzip zstd

@html path /index.html
header @html Cache-Control "no-cache"

@assets path *.js *.css
header @assets Cache-Control "no-cache"
