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}"
-    }
-  ]
-}