diff options
author | uvok cheetah | 2025-01-02 20:13:56 +0100 |
---|---|---|
committer | uvok cheetah | 2025-01-02 20:13:56 +0100 |
commit | c7a2bde284ad54bceb03955821009f08bc015138 (patch) | |
tree | b4a97cd77d138a1588841549634870ff1ac8eef4 | |
parent | 13a4d8a9317b32c56a8640991a4eabc1b6fd92b6 (diff) |
Add host-meta
-rw-r--r-- | .well-known/host-meta.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.well-known/host-meta.xml b/.well-known/host-meta.xml new file mode 100644 index 0000000..3f156a0 --- /dev/null +++ b/.well-known/host-meta.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> + <XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> + <Link rel="lrdd" type="application/json" template="https://blog.uvokchee.de/.well-known/webfinger?resource={uri}"></Link> + </XRD>
\ No newline at end of file |