Skip to content

Commit e6de399

Browse files
committed
chore: touch 404.html to bust CDN caches for subpage SPA fallbacks
1 parent 2375a9d commit e6de399

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
2929
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet" />
3030
<title>QECTOR · Production-Grade Quantum Error Correction Decoding for Python</title>
31-
<!-- Early SPA redirect for GitHub Pages: set before bundle loads so React Router can restore path even on direct /subpage hits -->
31+
<!-- Early SPA redirect for GitHub Pages: set before bundle loads so React Router can restore path even on direct /subpage hits. Cache bust 2026-07-08 -->
3232
<script>
3333
(function() {
3434
try {

source/public/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
2929
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet" />
3030
<title>QECTOR · Production-Grade Quantum Error Correction Decoding for Python</title>
31-
<!-- Early SPA redirect for GitHub Pages: set before bundle loads so React Router can restore path even on direct /subpage hits -->
31+
<!-- Early SPA redirect for GitHub Pages: set before bundle loads so React Router can restore path even on direct /subpage hits. Cache bust 2026-07-08 -->
3232
<script>
3333
(function() {
3434
try {

0 commit comments

Comments
 (0)