better? cache busting

This commit is contained in:
Lera Elvoé 2025-05-23 16:08:26 +03:00
parent d70b27cda0
commit f071919fa8
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

View File

@ -8,7 +8,7 @@
<title>Porom</title>
<% end %>
<% math.randomseed(os.time()) %>
<link rel="stylesheet" href="<%= "/static/style.css?" .. math.random(1, 100) %>">
<link rel="stylesheet" href="<%= "/static/style.css?v=" .. math.random(1, 100) %>">
</head>
<body>
<% render("views.common.topnav") -%>