update
This commit is contained in:
parent
774b869e26
commit
97ad873c3a
3 changed files with 1223 additions and 1342 deletions
12
package.json
12
package.json
|
|
@ -12,11 +12,11 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/sitemap": "^3.2.1",
|
||||
"@astrojs/starlight": "^0.31.1",
|
||||
"astro": "^5.1.8",
|
||||
"astro-matomo": "^1.7.0",
|
||||
"sharp": "^0.32.5",
|
||||
"typescript": "^5.6.3"
|
||||
"@astrojs/sitemap": "^3.3.0",
|
||||
"@astrojs/starlight": "^0.32.5",
|
||||
"astro": "^5.5.5",
|
||||
"astro-matomo": "^1.8.0",
|
||||
"sharp": "^0.32.6",
|
||||
"typescript": "^5.8.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2550
pnpm-lock.yaml
generated
2550
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
import type { Props } from "@astrojs/starlight/props";
|
||||
import Default from "@astrojs/starlight/components/Footer.astro";
|
||||
---
|
||||
|
||||
<footer>
|
||||
<Default {...Astro.props}><slot /></Default>
|
||||
<Default><slot /></Default>
|
||||
|
||||
{
|
||||
Astro.url.pathname !== "/" && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue