Auto-bust Cloudflare CSS cache using filemtime version param

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 20:04:09 +00:00
parent 5c0927af39
commit e389254a7c
+1 -1
View File
@@ -74,7 +74,7 @@ $customerUser = $isLoggedIn ? CustomerAuth::getUser() : null;
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- Styles -->
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="/assets/css/style.css?v=<?= filemtime($_SERVER['DOCUMENT_ROOT'] . '/assets/css/style.css') ?>">
<!-- Favicon -->
<link rel="icon" href="/assets/images/logo.png" type="image/png">