/*
  X-Content-Type-Options: nosniff
  X-Frame-Options: DENY
  Referrer-Policy: strict-origin-when-cross-origin
  Permissions-Policy: camera=(), geolocation=(), microphone=()
  Cache-Control: public, max-age=0, must-revalidate

/assets/*
  Cache-Control: public, max-age=31536000, immutable

/img/*
  Cache-Control: public, max-age=604800, stale-while-revalidate=86400

/*.md
  Content-Type: text/markdown; charset=utf-8
  Access-Control-Allow-Origin: *

/llms*.txt
  Content-Type: text/plain; charset=utf-8
  Access-Control-Allow-Origin: *

/*.json
  Content-Type: application/json; charset=utf-8
  Access-Control-Allow-Origin: *

/Taskfile.yml
  Content-Type: text/plain; charset=utf-8
  Access-Control-Allow-Origin: *
