diff --git a/.eleventy.js b/.eleventy.js index bdb1efb3..47f73317 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -34,6 +34,7 @@ export default async function (eleventyConfig) { // passthrough eleventyConfig.addPassthroughCopy('src/assets') + eleventyConfig.addPassthroughCopy('.well-known') eleventyConfig.addPassthroughCopy('_redirects') eleventyConfig.addPassthroughCopy('_headers') eleventyConfig.addPassthroughCopy({ diff --git a/src/meta/webfinger.liquid b/src/.well-known/webfinger similarity index 88% rename from src/meta/webfinger.liquid rename to src/.well-known/webfinger index 34e7ba73..f7b110f9 100644 --- a/src/meta/webfinger.liquid +++ b/src/.well-known/webfinger @@ -1,8 +1,3 @@ ---- -permalink: ".well-known/webfinger" -eleventyExcludeFromCollections: true -dynamicPermalink: false ---- { "subject": "acct:cory@social.lol", "aliases": ["https://coryd.dev", "https://social.lol/@cory", "https://social.lol/users/cory"],