# URL of the blog API (API Gateway endpoint or local dev server on port 4567). # For local dev this is written automatically to .env.local by deploy-local.sh. VITE_API_URL=http://localhost:4567 # DID of the API service (used as the `aud` in the ATProto service JWT). # For local dev: did:web:localhost (written by deploy-local.sh) # For AWS: did:web: VITE_API_DID=did:web: