feat: tell cloudflare to purge cache after editing mii

This commit is contained in:
trafficlunar 2026-03-31 23:52:29 +01:00
parent b8a4808595
commit 655af51766
3 changed files with 28 additions and 11 deletions

View file

@ -6,6 +6,9 @@ REDIS_URL="redis://localhost:6379/0"
# Used for metadata, sitemaps, etc.
NEXT_PUBLIC_BASE_URL=http://localhost:3000
CLOUDFLARE_ZONE_ID=XXXXXXXXXXXXXXXX
CLOUDFLARE_API_TOKEN=XXXXXXXXXXXXXXXX
# Used for error tracking
NEXT_PUBLIC_SENTRY_DSN=""
SENTRY_URL=""