3 Commits

Author SHA1 Message Date
3c2368d886 Fix API routes for Cloudflare Workers and enable preview URLs
- Remove unsupported next: { revalidate } option from API routes
- Add Cloudflare-specific cache configuration (cf.cacheTtl)
- Add User-Agent and Referer headers to bypass Plan API 403 errors
- Enable workers_dev and preview_urls in wrangler.jsonc to prevent disabling on deployment
2025-11-09 20:59:46 -07:00
ebf9b0ea64 set up the site 2025-11-02 01:08:12 -06:00
a1c0a4aed9 Initialize web application via create-cloudflare CLI
Details:
  C3 = create-cloudflare@2.54.1
  project name = minecraft-website
  framework = next
  framework cli = create-next-app@15.4.6
  package manager = npm@11.6.2
  wrangler = wrangler@4.45.3
  git = 2.51.1
2025-11-01 20:53:56 -06:00