Details: C3 = create-cloudflare@2.50.9 project name = dutylog framework = qwik framework cli = create-qwik@1.15.0 package manager = npm@10.8.2 wrangler = wrangler@4.29.0 git = 2.50.1
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
# https://developers.cloudflare.com/pages/platform/headers/
|
|
|
|
/*service-worker.js
|
|
Cache-Control: no-store
|
|
Content-Type: application/javascript
|
|
X-Content-Type-Options: nosniff
|
|
|
|
/build/*
|
|
Cache-Control: public, max-age=31536000, s-maxage=31536000, immutable
|
|
/assets/*
|
|
Cache-Control: public, max-age=31536000, s-maxage=31536000, immutable
|