Compare commits

..

3 commits

Author SHA1 Message Date
5e395bca4c
Merge pull request #2 from JonasunderscoreJones/embed-fix
works
2025-06-12 23:55:55 +02:00
95d814d9b1 tweaked embed 2025-06-12 23:49:29 +02:00
d2399984b3 modified metadata 2025-06-12 23:38:43 +02:00

View file

@ -85,6 +85,19 @@ const config = {
}, },
// Replace with your project's social card // Replace with your project's social card
image: 'img/favicon.png', image: 'img/favicon.png',
metadata: [
{ name: 'author', content: 'Jonas_Jones' },
{ name: 'url', content: 'https://docs.jonasjones.dev/' },
{ name: 'theme-color', content: '#008080' },
{ name: 'twitter:card', content: 'summary' },
{ name: 'twitter:image', content: 'https://docs.jonasjones.dev/img/favicon.png' },
{ property: 'og:title', content: "Jonas_Jones's Homepage" },
{ property: 'og:description', content: "The Home of all creations by Jonas_Jones!" },
{ property: 'og:image', content: 'https://docs.jonasjones.dev/img/favicon.png' },
{ property: 'og:type', content: 'website' },
],
navbar: { navbar: {
title: 'DOCS.JONASJONES.DEV', title: 'DOCS.JONASJONES.DEV',
logo: { logo: {