soroush.asadi ffba74a727
deploy / deploy (push) Successful in 26s
Cache-busting so deploys are visible immediately
The site sits behind a CDN and shipped static assets with no Cache-Control
and no versioning, so browsers/CDN kept serving stale css/js after a deploy
(the "design didn't change" symptom).

- HTML responses now send Cache-Control: no-cache, no-store, must-revalidate
  so the page itself is always revalidated.
- Static assets get a long cache and are fingerprinted via asp-append-version
  (/css/site.css?v=<contenthash>), so they bust automatically on every change.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 11:03:37 +03:30
2026-05-31 12:47:02 +03:30
2026-05-31 12:47:02 +03:30
S
Description
No description provided
642 KiB
Languages
C# 42.2%
HTML 40.4%
CSS 12.2%
JavaScript 4.2%
Dockerfile 1%