Skip to content

Commit 2a8aeae

Browse files
committed
Force cache bust: add debug logging, bump SW to v4
1 parent b4077ad commit 2a8aeae

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
height: 100dvh;
3838
}
3939
</style>
40-
<script type="module" crossorigin src="/assets/index-Dz6tv1sz.js"></script>
40+
<script type="module" crossorigin src="/assets/index-BLO_5mNU.js"></script>
4141
<link rel="stylesheet" crossorigin href="/assets/index-DBAmFvu5.css">
4242
</head>
4343
<body>

docs/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'kolkhoz-v3';
1+
const CACHE_NAME = 'kolkhoz-v4';
22
const STATIC_ASSETS = [
33
'/',
44
'/index.html',

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'kolkhoz-v3';
1+
const CACHE_NAME = 'kolkhoz-v4';
22
const STATIC_ASSETS = [
33
'/',
44
'/index.html',

src/client/components/SuitIcon.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22

3-
// Crop-based icons for kolkhoz theme
3+
// Crop-based icons for kolkhoz theme - v2
44

55
// ============================================
66
// Navigation Icons - Soviet themed, monochrome
@@ -154,6 +154,7 @@ const SUIT_ICONS = {
154154

155155
export function SuitIcon({ suit, className = '' }) {
156156
if (!suit) {
157+
console.log('SuitIcon: no suit provided');
157158
return <span className={className}>?</span>;
158159
}
159160
// Normalize suit name to match SUIT_ICONS keys (capitalize first letter)

0 commit comments

Comments
 (0)