santoshimz / pattukunte-pattucheera

https://pattukunte-pattucheera.netlify.app
7 stars 5 forks source link

moved movies list to S3 #89

Closed pavankalyan-codes closed 2 years ago

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
pattukunte-pattucheera ✅ Ready (Inspect) Visit Preview Jul 31, 2022 at 5:23AM (UTC)
netlify[bot] commented 2 years ago

Deploy Preview for pattukunte-pattucheera ready!

Name Link
Latest commit b9a6ad25288be24e8899efe922497ce9756378d3
Latest deploy log https://app.netlify.com/sites/pattukunte-pattucheera/deploys/62e611a74bff020008067ffd
Deploy Preview https://deploy-preview-89--pattukunte-pattucheera.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

santoshimz commented 2 years ago

What's the point of static/movies.json?

pavankalyan-codes commented 2 years ago

What's the point of static/movies.json?

It is for local debugging, as our CORS is blocking any other domains except game one. So, API call wont be happening while running app in local. Instead it will use this static file.

Also, we are removing the complete static folder during production build. So, it wont be available in build files.

santoshimz commented 2 years ago

Cool, lgtm