From c47966c6d3f83016eae25b4827393518bb0324e5 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 18 Jan 2026 22:43:47 +0100 Subject: [PATCH] feat: add atproto --- netlify.toml | 12 +++++++++--- public/.well-known/atproto-did | 1 + 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 public/.well-known/atproto-did diff --git a/netlify.toml b/netlify.toml index 413dd1e..849fe5a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,12 @@ [build] - publish = "dist" - command = "npm run build" +publish = "dist" +command = "npm run build" [build.environment] - NODE_VERSION = "16" \ No newline at end of file +NODE_VERSION = "16" + +[[headers]] +for = "/.well-known/*" +[headers.values] +Access-Control-Allow-Origin = "*" +Access-Control-Allow-Methods = "GET, OPTIONS" diff --git a/public/.well-known/atproto-did b/public/.well-known/atproto-did new file mode 100644 index 0000000..679f808 --- /dev/null +++ b/public/.well-known/atproto-did @@ -0,0 +1 @@ +did:plc:4m3kouplb7s7xozjd3whinvl \ No newline at end of file