1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-21 13:59:36 +02:00

Add link to Mastodon profile in VitePress config

This commit is contained in:
Sean Morley 2025-05-21 14:14:39 -04:00
parent bd9f3fc494
commit a991f54d0a

View file

@ -15,6 +15,14 @@ export default defineConfig({
"data-website-id": "a7552764-5a1d-4fe7-80c2-5331e1a53cb6", "data-website-id": "a7552764-5a1d-4fe7-80c2-5331e1a53cb6",
}, },
], ],
[
"link",
{
rel: "me",
href: "https://mastodon.social/@adventurelog",
},
],
], ],
ignoreDeadLinks: "localhostLinks", ignoreDeadLinks: "localhostLinks",
title: "AdventureLog", title: "AdventureLog",