Skip to content

Commit 20c96e3

Browse files
committed
bump Astro + Starlight + reapply patch
1 parent 052c939 commit 20c96e3

File tree

4 files changed

+265
-288
lines changed

4 files changed

+265
-288
lines changed

astro.config.mjs

+7-7
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ export default defineConfig({
9494
light: './src/assets/logo_light.svg',
9595
replacesTitle: true,
9696
},
97-
social: {
98-
github: 'https://github.com/tauri-apps/tauri',
99-
discord: 'https://discord.com/invite/tauri',
100-
twitter: 'https://twitter.com/TauriApps',
101-
mastodon: 'https://fosstodon.org/@TauriApps',
102-
rss: `${site}/rss/`,
103-
},
97+
social: [
98+
{ icon: 'github', label: 'GitHub', href: 'https://github.com/tauri-apps/tauri' },
99+
{ icon: 'discord', label: 'Discord', href: 'https://discord.com/invite/tauri' },
100+
{ icon: 'twitter', label: 'Twitter', href: 'https://twitter.com/TauriApps' },
101+
{ icon: 'mastodon', label: 'Mastodon', href: 'https://fosstodon.org/@TauriApps' },
102+
{ icon: 'rss', label: 'RSS', href: `${site}/rsspa` },
103+
],
104104
components: {
105105
Header: './src/components/overrides/Header.astro',
106106
Footer: 'src/components/overrides/Footer.astro',

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@astrojs/markdown-remark": "^6.2.0",
2626
"@astrojs/rss": "^4.0.11",
27-
"@astrojs/starlight": "0.32.2",
27+
"@astrojs/starlight": "0.34.2",
2828
"@lorenzo_lewis/starlight-utils": "^0.3.2",
2929
"@lunariajs/core": "^0.1.1",
3030
"@lunariajs/starlight": "^0.1.1",
@@ -40,7 +40,7 @@
4040
"sass": "^1.77.2",
4141
"sharp": "^0.33.2",
4242
"shiki": "^1.1.7",
43-
"starlight-blog": "^0.18.0",
43+
"starlight-blog": "^0.21.0",
4444
"starlight-links-validator": "^0.14.3"
4545
},
4646
"packageManager": "[email protected]",
@@ -49,7 +49,7 @@
4949
},
5050
"pnpm": {
5151
"patchedDependencies": {
52-
"@astrojs/starlight@0.32.2": "patches/@astrojs__starlight@0.32.2.patch"
52+
"@astrojs/starlight@0.34.2": "patches/@astrojs__starlight@0.34.2.patch"
5353
}
5454
}
55-
}
55+
}
File renamed without changes.

0 commit comments

Comments
 (0)