fix: webfinger

This commit is contained in:
Cory Dransfeldt 2024-06-10 11:32:54 -07:00
parent 9a11d229b6
commit 2d1d9dd9dd
No known key found for this signature in database
2 changed files with 1 additions and 5 deletions

View file

@ -34,6 +34,7 @@ export default async function (eleventyConfig) {
// passthrough // passthrough
eleventyConfig.addPassthroughCopy('src/assets') eleventyConfig.addPassthroughCopy('src/assets')
eleventyConfig.addPassthroughCopy('.well-known')
eleventyConfig.addPassthroughCopy('_redirects') eleventyConfig.addPassthroughCopy('_redirects')
eleventyConfig.addPassthroughCopy('_headers') eleventyConfig.addPassthroughCopy('_headers')
eleventyConfig.addPassthroughCopy({ eleventyConfig.addPassthroughCopy({

View file

@ -1,8 +1,3 @@
---
permalink: ".well-known/webfinger"
eleventyExcludeFromCollections: true
dynamicPermalink: false
---
{ {
"subject": "acct:cory@social.lol", "subject": "acct:cory@social.lol",
"aliases": ["https://coryd.dev", "https://social.lol/@cory", "https://social.lol/users/cory"], "aliases": ["https://coryd.dev", "https://social.lol/@cory", "https://social.lol/users/cory"],