Upgrade epoxy transport to try and narrow down the issue, still didn't fix but it should hopefully be fixed soon.

This commit is contained in:
wearrrrr 2024-12-03 14:58:52 -06:00
parent 58e7cb118e
commit 218155a00b
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@
"@astrojs/sitemap": "^3.2.1",
"@mercuryworkshop/bare-as-module3": "^2.2.5",
"@mercuryworkshop/bare-mux": "^2.1.5",
"@mercuryworkshop/epoxy-transport": "^2.1.12",
"@mercuryworkshop/epoxy-transport": "^2.1.26",
"@mercuryworkshop/libcurl-transport": "^1.3.14",
"@mercuryworkshop/wisp-js": "^0.3.3",
"@rubynetwork/rammerhead": "^1.3.5",

2
pnpm-lock.yaml generated
View file

@ -21,7 +21,7 @@ importers:
specifier: ^2.1.5
version: 2.1.7
'@mercuryworkshop/epoxy-transport':
specifier: ^2.1.12
specifier: ^2.1.26
version: 2.1.26
'@mercuryworkshop/libcurl-transport':
specifier: ^1.3.14

View file

@ -113,7 +113,7 @@ const DESCRIPTION =
--dropdown-background-color: #1e2030;
}
</style>
<style is:global lang="scss">
<style is:global>
* {
box-sizing: border-box;
}

View file

@ -58,7 +58,7 @@ export function getStaticPaths() {
</div>
</main>
<script src="@components/ts/settings.ts"></script>
<style is:global lang="scss">
<style is:global>
.content-hidden {
display: none;
}