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",
|
"@astrojs/sitemap": "^3.2.1",
|
||||||
"@mercuryworkshop/bare-as-module3": "^2.2.5",
|
"@mercuryworkshop/bare-as-module3": "^2.2.5",
|
||||||
"@mercuryworkshop/bare-mux": "^2.1.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/libcurl-transport": "^1.3.14",
|
||||||
"@mercuryworkshop/wisp-js": "^0.3.3",
|
"@mercuryworkshop/wisp-js": "^0.3.3",
|
||||||
"@rubynetwork/rammerhead": "^1.3.5",
|
"@rubynetwork/rammerhead": "^1.3.5",
|
||||||
|
|
|
||||||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
|
|
@ -21,7 +21,7 @@ importers:
|
||||||
specifier: ^2.1.5
|
specifier: ^2.1.5
|
||||||
version: 2.1.7
|
version: 2.1.7
|
||||||
'@mercuryworkshop/epoxy-transport':
|
'@mercuryworkshop/epoxy-transport':
|
||||||
specifier: ^2.1.12
|
specifier: ^2.1.26
|
||||||
version: 2.1.26
|
version: 2.1.26
|
||||||
'@mercuryworkshop/libcurl-transport':
|
'@mercuryworkshop/libcurl-transport':
|
||||||
specifier: ^1.3.14
|
specifier: ^1.3.14
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@ const DESCRIPTION =
|
||||||
--dropdown-background-color: #1e2030;
|
--dropdown-background-color: #1e2030;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style is:global lang="scss">
|
<style is:global>
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ export function getStaticPaths() {
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<script src="@components/ts/settings.ts"></script>
|
<script src="@components/ts/settings.ts"></script>
|
||||||
<style is:global lang="scss">
|
<style is:global>
|
||||||
.content-hidden {
|
.content-hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue