Skip to content

Commit a2e98ac

Browse files
committed
SEO, #41: adds default description
1 parent 5b19701 commit a2e98ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/SEO/SEOHead.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ const defaultMeta: SeoHeadProps['meta'] = [
2727
property: 'og:site_name',
2828
content: 'OACM Fuensanta',
2929
},
30+
{
31+
property: 'og:description',
32+
content: 'Observación astrónomica. Construcción del observatorio, telescopio y CCD'
33+
},
3034
{
3135
property: 'og:image',
3236
content: `${origin}${require('@public/favicon.png').default}`,

0 commit comments

Comments
 (0)