mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-07 09:53:13 +00:00
feat(website): output minified files as .min.* for safety and clarity
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
<title>{{META_TITLE}}</title>
|
||||
<meta name="description" content="{{META_DESCRIPTION}}">
|
||||
|
||||
<link rel="preload" href="{{ASSET_PATH}}style.css" as="style">
|
||||
<link rel="preload" href="{{ASSET_PATH}}style.min.css" as="style">
|
||||
<link rel="preload" as="image" href="{{ASSET_PATH}}assets/LookDownKoala.webp" imagesrcset="{{ASSET_PATH}}assets/LookDownKoala-1x.webp 90w, {{ASSET_PATH}}assets/LookDownKoala.webp 205w" imagesizes="90px" fetchpriority="high">
|
||||
<link rel="stylesheet" href="{{ASSET_PATH}}style.css">
|
||||
<link rel="stylesheet" href="{{ASSET_PATH}}style.min.css">
|
||||
<link rel="icon" type="image/webp" href="{{ASSET_PATH}}assets/NewLogoIcon_64.webp">
|
||||
<link rel="canonical" href="https://sync.koalastuff.net/{{CANONICAL_PATH}}">
|
||||
<link rel="alternate" hreflang="en" href="https://sync.koalastuff.net/">
|
||||
@@ -40,7 +40,7 @@
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
|
||||
<script src="{{ASSET_PATH}}lang-init.js"></script>
|
||||
<script src="{{ASSET_PATH}}lang-init.min.js"></script>
|
||||
|
||||
<!-- Structured Data (Schema.org) for Rich Snippets -->
|
||||
<script type="application/ld+json" id="schema-software">
|
||||
@@ -1093,6 +1093,6 @@
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="{{ASSET_PATH}}app.js"></script>
|
||||
<script src="{{ASSET_PATH}}app.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user