fix: cache-bust app.css para forzar recarga en browser

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-19 21:44:37 -05:00
co-authored by Claude Sonnet 4.6
parent 333317e268
commit 2082323586
+1 -1
View File
@@ -81,7 +81,7 @@ class Layout
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{$t} &mdash; Palmas360</title>
<link rel="stylesheet" href="/assets/app.css">
<link rel="stylesheet" href="/assets/app.css?v=2">
</head>
<body>