Fix naming consistency in JS, script files
All checks were successful
Build and test project / build-and-test (push) Successful in 1m28s
All checks were successful
Build and test project / build-and-test (push) Successful in 1m28s
- JavaScript exports have been simplified and renamed - Certain scripts now reference DIST and SRC folders - Software URLs are now loaded via the JSON file
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap" rel="stylesheet">
|
||||
<link rel="preload" href="/patches/downloads.json" as="fetch" crossorigin>
|
||||
<link rel="preload" href="/patches/index.json" as="fetch" crossorigin>
|
||||
|
||||
<!-- Inline critical styles so the hero + loader render before style.css arrives on slow connections -->
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user