Update site/.vitepress/config.ts
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m24s

This commit is contained in:
thepaperpilot 2024-09-25 10:23:12 +00:00
parent b8adce418d
commit 7c806203bb

View file

@ -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) {