# Pages auto-generates Link headers from <link rel="modulepreload"> elements,
# which makes Firefox start module preloads before parsing the HTML and then
# reject the import map, so suppress them for now
/*
  ! Link

# Revalidate html
/
  Cache-Control: no-cache
/*.html
  Cache-Control: no-cache

# Hashed filenames can be cached forever
/js/*
  Cache-Control: public, max-age=31536000, immutable

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