diff --git a/netlify.toml b/netlify.toml index d9ca989..d9ef8b2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,13 @@ [build] - publish = "dist" - command = "pnpm build" +publish = "dist" +command = "pnpm build" [[redirects]] - from = "/*" - to = "/" - status = 200 +from = "/.well-known/*" +to = "/.well-known/:splat" +status = 200 + +[[redirects]] +from = "/*" +to = "/" +status = 200 diff --git a/public/.well-known/atproto-did b/public/.well-known/atproto-did new file mode 100644 index 0000000..b1d8fbb --- /dev/null +++ b/public/.well-known/atproto-did @@ -0,0 +1 @@ +did:plc:fe5bpxbelgazqinbt3af3uxj \ No newline at end of file