You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i think i want to add a middleware to inspect the hostname and if a subdomain is present then just respond with the result at /[handle]/.well-known/atproto-did
this wasn't immediately clear to me when looking at nextjs docs and fresh docs.
however the domain attachment is handled by Deploy, so as long as the app logic is checking for subdomains, i think this should work??
The text was updated successfully, but these errors were encountered:
this has the benefit that you can use one project as your "subdomain forwarder" but it is kind of annoying to have to maintain certificates across projects...
i think i want to add a middleware to inspect the hostname and if a subdomain is present then just respond with the result at /[handle]/.well-known/atproto-did
this wasn't immediately clear to me when looking at nextjs docs and fresh docs.
however the domain attachment is handled by Deploy, so as long as the app logic is checking for subdomains, i think this should work??
The text was updated successfully, but these errors were encountered: