chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-06-10 12:22:40 -07:00
parent e0d26084b3
commit 0b555122a5
No known key found for this signature in database
2 changed files with 0 additions and 31 deletions

View file

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

View file

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