-
Hi all! I run a Matrix homeserver & connect my Bluesky account to my domain primarily through They're just text responses, so I figured having a
Thanks! :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You could add them to your |
Beta Was this translation helpful? Give feedback.
You could add them to your
public
folder, if you need a specific content-type you can use a resource route, e.g. create a routeapp/routes/[.]well-known.apple-app-site-association.ts
(note the[.]
will escape the dot), and add a loader that sends the JSON response.