Generate asset versions during Docker builds
This commit is contained in:
+5
-5
@@ -7,11 +7,11 @@
|
||||
<meta name="theme-color" content="#A8481A" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
|
||||
<link rel="apple-touch-icon" href="/icon.svg" />
|
||||
<link rel="manifest" href="/manifest.webmanifest?v=__ASSET_VERSION__" />
|
||||
<link rel="icon" href="/icon.svg?v=__ASSET_VERSION__" type="image/svg+xml" />
|
||||
<link rel="apple-touch-icon" href="/icon.svg?v=__ASSET_VERSION__" />
|
||||
<link rel="stylesheet" href="/worksheet.css" media="print" />
|
||||
<link rel="stylesheet" href="/app.css?v=20260730-release2" />
|
||||
<link rel="stylesheet" href="/app.css?v=__ASSET_VERSION__" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="app-shell">
|
||||
@@ -2492,6 +2492,6 @@
|
||||
|
||||
<datalist id="cultivar-list"></datalist>
|
||||
|
||||
<script type="module" src="/js/main.js?v=20260730-release2"></script>
|
||||
<script type="module" src="/js/main.js?v=__ASSET_VERSION__"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user