chore: cleanup
This commit is contained in:
parent
e0d26084b3
commit
0b555122a5
2 changed files with 0 additions and 31 deletions
|
@ -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({
|
||||
|
|
|
@ -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}"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue