Skip to content

Commit 4e5ce9e

Browse files
committed
Update dependencies: bump @astrojs/starlight and starlight-openapi
1 parent 14e0db0 commit 4e5ce9e

File tree

3 files changed

+1730
-2760
lines changed

3 files changed

+1730
-2760
lines changed

astro.config.mjs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ export default defineConfig({
1313
starlight({
1414
title: "Open Podcast API",
1515
favicon: "favicon.ico",
16-
social: {
17-
github: "https://github.com/OpenPodcastApi/api-specs",
18-
},
16+
social: [
17+
{
18+
icon: "github",
19+
label: "GitHub",
20+
href: "https://github.com/OpenPodcastApi/api-specs",
21+
},
22+
],
1923
plugins: [
2024
starlightOpenAPI([
2125
{

0 commit comments

Comments
 (0)