Skip to content

Commit b7ae715

Browse files
Bump @astrojs/starlight from 0.32.2 to 0.33.2 (#62)
* Bump @astrojs/starlight from 0.32.2 to 0.33.2 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.32.2 to 0.33.2. - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.33.2/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.33.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * breaking change --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com>
1 parent 07359e1 commit b7ae715

File tree

3 files changed

+138
-293
lines changed

3 files changed

+138
-293
lines changed

astro.config.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ export default defineConfig({
2525
gtag('config', 'G-SK2FZXB50K');`
2626
}
2727
],
28-
social: {
29-
github: 'https://github.com/HTTPArchive/har.fyi',
30-
twitter: 'https://x.com/HTTPArchive',
31-
blueSky: 'https://bsky.app/profile/httparchive.org',
32-
},
28+
social: [
29+
{icon: "github", label: 'GitHub', href: 'https://github.com/HTTPArchive/har.fyi' },
30+
{icon: "x.com", label: 'x.com', href: 'https://x.com/HTTPArchive' },
31+
{icon: "blueSky", label: 'BlueSky', href: 'https://bsky.app/profile/httparchive.org' },
32+
],
3333
editLink: {
3434
baseUrl: 'https://github.com/HTTPArchive/har.fyi/edit/main/'
3535
},

0 commit comments

Comments
 (0)