fix: webfinger
This commit is contained in:
parent
9a11d229b6
commit
2d1d9dd9dd
2 changed files with 1 additions and 5 deletions
|
@ -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({
|
||||
|
|
|
@ -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"],
|
Reference in a new issue