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:
parent
58e7cb118e
commit
218155a00b
4 changed files with 4 additions and 4 deletions
|
|
@ -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
2
pnpm-lock.yaml
generated
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ const DESCRIPTION =
|
|||
--dropdown-background-color: #1e2030;
|
||||
}
|
||||
</style>
|
||||
<style is:global lang="scss">
|
||||
<style is:global>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue