From b8adce418d7491858c516a2408361b6efa9a8658 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Wed, 25 Sep 2024 09:52:38 +0000 Subject: [PATCH] Update site/.vitepress/config.ts --- site/.vitepress/config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/.vitepress/config.ts b/site/.vitepress/config.ts index 509dee27..33247edb 100644 --- a/site/.vitepress/config.ts +++ b/site/.vitepress/config.ts @@ -52,6 +52,10 @@ export default { ['link', { rel: 'me', href: 'https://www.reddit.com/user/ThePaperPilot/' }], ['link', { rel: 'me', href: 'https://github.com/thepaperpilot' }], ['link', { rel: 'me', href: 'https://twitter.com/ThePaperPilot' }], + ['link', { rel: 'authorization_endpoint', href: 'https://indie.incremental.social/auth' }], + ['link', { rel: 'token_endpoint', href: 'https://indie.incremental.social/auth/token' }], + ['link', { rel: 'micropub', href: 'https://indie.incremental.social/micropub' }], + ['link', { rel: 'indieauth', href: 'https://indie.incremental.social/.well-known/oauth-authorization-server' }], ['script', { 'data-goatcounter': 'https://thepaperpilot.goatcounter.com/count', async: true, src: '//gc.zgo.at/count.js' }], ], async transformHead(context) {