feat: add atproto
This commit is contained in:
12
netlify.toml
12
netlify.toml
@@ -1,6 +1,12 @@
|
|||||||
[build]
|
[build]
|
||||||
publish = "dist"
|
publish = "dist"
|
||||||
command = "npm run build"
|
command = "npm run build"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
NODE_VERSION = "16"
|
NODE_VERSION = "16"
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/.well-known/*"
|
||||||
|
[headers.values]
|
||||||
|
Access-Control-Allow-Origin = "*"
|
||||||
|
Access-Control-Allow-Methods = "GET, OPTIONS"
|
||||||
|
|||||||
1
public/.well-known/atproto-did
Normal file
1
public/.well-known/atproto-did
Normal file
@@ -0,0 +1 @@
|
|||||||
|
did:plc:4m3kouplb7s7xozjd3whinvl
|
||||||
Reference in New Issue
Block a user