Skip to content

Commit a79deb1

Browse files
Update Astro to latest release
This update also fixes socials Co-Authored-By: Fernando Rocha <34967844+fernando-a-rocha@users.noreply.github.com>
1 parent 4ac178c commit a79deb1

File tree

6 files changed

+2320
-1593
lines changed

6 files changed

+2320
-1593
lines changed

docs/astro.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export default defineConfig({
1414
starlight({
1515
title: 'Multi Theft Auto: Theme',
1616
plugins: [mtasaStarlightThemePlugin()],
17-
social: {
18-
github: 'https://github.com/multitheftauto/starlight-theme-mtasa',
19-
},
17+
social: [
18+
{ icon: 'github', label: 'GitHub', href: 'https://github.com/multitheftauto/starlight-theme-mtasa'},
19+
],
2020
sidebar: [
2121
{
2222
label: 'Guides',

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"astro": "astro"
2424
},
2525
"dependencies": {
26-
"@astrojs/starlight": "^0.31.1",
26+
"@astrojs/starlight": "^0.34.3",
27+
"@multitheftauto/starlight-theme-mtasa": "*",
2728
"astro": "^5.1.5",
28-
"sharp": "^0.32.5",
29-
"@multitheftauto/starlight-theme-mtasa": "*"
29+
"sharp": "^0.34.2"
3030
}
3131
}

0 commit comments

Comments
 (0)