Skip to content

Commit 5419ea8

Browse files
chore: bump frontend asset cache keys
1 parent f937871 commit 5419ea8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,8 @@ <h3 style="margin-top:0" data-i18n="about">About</h3>
623623
</a>
624624
</nav>
625625

626-
<script src="js/i18n.js?v=20260318-01"></script>
627-
<script src="js/dashboard.js?v=20260318-01" defer></script>
626+
<script src="js/i18n.js?v=20260319-02"></script>
627+
<script src="js/dashboard.js?v=20260319-02" defer></script>
628628
</body>
629629

630630
</html>

src/auth/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
color: var(--text);
271271
}
272272
</style>
273-
<script src="js/i18n.js?v=20260318-01"></script>
273+
<script src="js/i18n.js?v=20260319-02"></script>
274274
</head>
275275

276276
<body>

0 commit comments

Comments
 (0)