diff --git a/src/follow.11ty.liquid b/src/follow.11ty.liquid index 9d22890d..a307e226 100644 --- a/src/follow.11ty.liquid +++ b/src/follow.11ty.liquid @@ -12,7 +12,7 @@ permalink: '/follow.json' { "id": "{{ item.id }}", "title": "{{ item.title }}", - "url": "{{ item.url }}" + "url": "{{ item.url }}", "date_published": {{ item.date_published | date: "%m.%d.%Y" }} }{% if not forloop.last %},{% endif %} {% endfor %} diff --git a/vercel.json b/vercel.json index f60e8aec..9e100ff2 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "rewrites": [ { - "source": "./well-known/webfinger", + "source": "/.well-known/webfinger", "destination": "https://social.lol/.well-known/webfinger?resource=cory@social.lol" } ],