ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
1[build] 2 command = "npm run build" 3 functions = "netlify/functions" 4 publish = "dist" 5 6[[redirects]] 7 from = "/oauth/callback" 8 to = "/.netlify/functions/oauth-callback" 9 status = 200 10 11[[headers]] 12 for = "/client-metadata.json" 13 [headers.values] 14 Access-Control-Allow-Origin = "*" 15 Cache-Control = "public, max-age=3600" 16 17[[headers]] 18 for = "/.well-known/*" 19 [headers.values] 20 Access-Control-Allow-Origin = "*"