Skip to content

Commit 5ad6a8a

Browse files
committed
fix broken head
1 parent e2f0d66 commit 5ad6a8a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

starlight/astro.config.mjs

-10
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ export default defineConfig({
1212
editLink: {
1313
baseUrl: 'https://github.com/prakhar/docker-curriculum/edit/main/starlight/',
1414
},
15-
head: [
16-
{
17-
tag: 'meta',
18-
attrs: { property: 'og:image', content: site + 'og.jpg?v=1' },
19-
},
20-
{
21-
tag: 'meta',
22-
attrs: { property: 'twitter:image', content: site + 'og.jpg?v=1' },
23-
},
24-
],
2515
sidebar: [
2616
{
2717
label: 'Introduction',

0 commit comments

Comments
 (0)