- Next.js 15 with Cloudflare Workers deployment via OpenNext - ooIDE theme from tweakcn (Sora + IBM Plex Mono fonts, oklch colors) - Full shadcn/ui component library installed - dashboard-01 template at /dashboard route - Simple landing page with link to dashboard
5 lines
200 B
Plaintext
5 lines
200 B
Plaintext
# https://developers.cloudflare.com/workers/static-assets/headers
|
|
# https://opennext.js.org/cloudflare/caching#static-assets-caching
|
|
/_next/static/*
|
|
Cache-Control: public,max-age=31536000,immutable
|