modified metadata

This commit is contained in:
Jonas_Jones 2025-06-12 23:38:43 +02:00
parent a4489e0389
commit d2399984b3

View file

@ -85,6 +85,16 @@ const config = {
},
// Replace with your project's social card
image: 'img/favicon.png',
metadata: [
{ name: 'author', content: 'Jonas_Jones' },
{ name: 'url', content: 'https://docs.jonasjones.dev/' },
{ name: 'theme-color', content: '#008080' },
{ 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: {
title: 'DOCS.JONASJONES.DEV',
logo: {