fix: separate jsHash for app.js cache busting
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<title>PingQL<%= it.title ? ` — ${it.title}` : '' %></title>
|
||||
<link rel="stylesheet" href="/dashboard/tailwind.css?v=<%= it.cssHash %>">
|
||||
<link rel="stylesheet" href="/dashboard/app.css?v=<%= it.cssHash %>">
|
||||
<script src="/dashboard/app.js?v=<%= it.cssHash %>"></script>
|
||||
<script src="/dashboard/app.js?v=<%= it.jsHash %>"></script>
|
||||
<% if (it.scripts) { it.scripts.forEach(function(s) { %>
|
||||
<script src="<%= s %>"></script>
|
||||
<% }) } %>
|
||||
|
||||
Reference in New Issue
Block a user