From 0b555122a5fa21bc56f9ccc8f74a9f51c4371dc4 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 10 Jun 2024 12:22:40 -0700 Subject: [PATCH] chore: cleanup --- .eleventy.js | 1 - src/.well-known/webfinger | 30 ------------------------------ 2 files changed, 31 deletions(-) delete mode 100644 src/.well-known/webfinger diff --git a/.eleventy.js b/.eleventy.js index 47f73317..bdb1efb3 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -34,7 +34,6 @@ 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/.well-known/webfinger b/src/.well-known/webfinger deleted file mode 100644 index f7b110f9..00000000 --- a/src/.well-known/webfinger +++ /dev/null @@ -1,30 +0,0 @@ -{ - "subject": "acct:cory@social.lol", - "aliases": ["https://coryd.dev", "https://social.lol/@cory", "https://social.lol/users/cory"], - "links": [ - { - "rel": "http://webfinger.net/rel/avatar", - "type": "image/webp", - "href": "https://cdn.coryd.dev/assets/avatar.png" - }, - { - "rel": "http://webfinger.net/rel/profile-page", - "type": "text/html", - "href": "https://coryd.dev" - }, - { - "rel": "http://webfinger.net/rel/profile-page", - "type": "text/html", - "href": "https://social.lol/users/cory" - }, - { - "rel": "self", - "type": "application/activity+json", - "href": "https://social.lol/users/cory" - }, - { - "rel": "http://ostatus.org/schema/1.0/subscribe", - "template": "social.lol/authorize_interaction?uri={uri}" - } - ] -}