From 7c806203bbfed059caf3e5002302c79692acf724 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Wed, 25 Sep 2024 10:23:12 +0000 Subject: [PATCH] Update site/.vitepress/config.ts --- site/.vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/.vitepress/config.ts b/site/.vitepress/config.ts index 33247edbc..32432b535 100644 --- a/site/.vitepress/config.ts +++ b/site/.vitepress/config.ts @@ -55,7 +55,7 @@ export default { ['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' }], + ['link', { rel: 'indieauth-metadata', 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) {