feat: add OpenGraph and Twitter Card metadata and image generation

This commit is contained in:
Sebin Nyshkim 2025-06-27 19:58:14 +02:00
parent fcb4b092db
commit 9552e4713f
11 changed files with 69 additions and 6 deletions

View file

@ -2,5 +2,7 @@ export default {
eleventyNavigation: {
key: "Home"
},
layout: 'base.webc'
layout: 'base.webc',
language: 'en_US',
description: 'Your go to place to learn all about the characters of Sebin!'
};