Update AWS S3 CORS instructions

This commit is contained in:
Sam Becker 2023-11-26 19:19:28 -06:00
parent 175a0a5c15
commit 3b973dca49

View File

@ -83,8 +83,8 @@ Installation
],
"AllowedOrigins": [
"http://localhost:*",
"https://${VERCEL_PROJECT_NAME}*.vercel.app"
"{PRODUCTION_DOMAIN}",
"https://*${VERCEL_PROJECT}.vercel.app"
],
"ExposeHeaders": []
}]