Skip to content

Commit c1f062f

Browse files
committed
Update to Starlight v0.33.1 and update dependencies and social icons
1 parent 147a7af commit c1f062f

File tree

3 files changed

+298
-481
lines changed

3 files changed

+298
-481
lines changed

astro.config.mjs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ export default defineConfig({
2222
dark: './src/assets/firegiant-logo-black.svg',
2323
light: './src/assets/firegiant-logo-standard.svg',
2424
},
25-
social: {
26-
github: 'https://github.com/firegiant/docs/',
27-
},
25+
social: [
26+
{ icon: 'github', label: 'GitHub', href: 'https://github.com/firegiant/docs/' },
27+
{ icon: 'youtube', label: 'YouTube', href: 'https://youtube.com/@firegiantco/' },
28+
{ icon: 'email', label: 'Contact', href: 'https://www.firegiant.com/contact/' },
29+
{ icon: 'rss', label: 'RSS', href: 'https://www.firegiant.com/blog/rss.xml' },
30+
],
2831
customCss: [
2932
'./src/styles/custom.css',
3033
'./src/fonts/font-face.css',

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"@astrojs/sitemap": "3.2.1",
13-
"@astrojs/starlight": "0.31.1",
14-
"astro": "5.3.0",
12+
"@astrojs/sitemap": "3.3.0",
13+
"@astrojs/starlight": "0.33.1",
14+
"astro": "5.6.1",
1515
"astro-broken-link-checker": "github:firegiant/astro-broken-link-checker",
1616
"remark-heading-id": "1.0.1",
17-
"sharp": "0.33.5"
17+
"sharp": "0.34.1"
1818
},
1919
"devDependencies": {
20-
"esbuild": ">=0.25.0"
20+
"esbuild": "0.25.2"
2121
}
2222
}

0 commit comments

Comments
 (0)