mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Add query parameter to static resources
This ensures these resources are fetched again after the v7 changes.
This commit is contained in:
parent
6c30a2512b
commit
5f85441b6e
@ -4,8 +4,8 @@
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title><%= extractTitle(htmlBody) %></title>
|
||||
<link rel="stylesheet" href="<%= baseUrl -%>.well-known/css/styles/main.css" type="text/css">
|
||||
<script type="text/javascript" src="<%= baseUrl -%>.well-known/css/scripts/util.js"></script>
|
||||
<link rel="stylesheet" href="<%= baseUrl -%>.well-known/css/styles/main.css?v=7" type="text/css">
|
||||
<script type="text/javascript" src="<%= baseUrl -%>.well-known/css/scripts/util.js?v=7"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
Loading…
x
Reference in New Issue
Block a user