Skip to content

Commit

Permalink
fix broken head
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar1989 committed Sep 4, 2023
1 parent e2f0d66 commit 5ad6a8a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions starlight/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ export default defineConfig({
editLink: {
baseUrl: 'https://github.com/prakhar/docker-curriculum/edit/main/starlight/',
},
head: [
{
tag: 'meta',
attrs: { property: 'og:image', content: site + 'og.jpg?v=1' },
},
{
tag: 'meta',
attrs: { property: 'twitter:image', content: site + 'og.jpg?v=1' },
},
],
sidebar: [
{
label: 'Introduction',
Expand Down

0 comments on commit 5ad6a8a

Please sign in to comment.