Skip to content

Commit a25b6a9

Browse files
fix: refresh deployed website styles
1 parent 4eb9f40 commit a25b6a9

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

website/_headers

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66

77
/memory/assets/*
88
Cache-Control: public, max-age=86400
9+
10+
/memory/styles.css
11+
Cache-Control: public, max-age=0, must-revalidate

website/memory/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link rel="icon" href="assets/brand/favicon-32.png" sizes="32x32" type="image/png" />
2323
<link rel="apple-touch-icon" href="assets/brand/apple-touch-icon.png" />
2424
<link rel="manifest" href="site.webmanifest" />
25-
<link rel="stylesheet" href="styles.css" />
25+
<link rel="stylesheet" href="styles.css?v=2" />
2626
<title>Zharwing Memory — Local memory for AI-assisted coding</title>
2727

2828
<script type="application/ld+json">

0 commit comments

Comments
 (0)