3b1b / 3Blue1Brown.com

https://www.3blue1brown.com
Other
348 stars 124 forks source link

Moving Deployment to Github Pages #371

Open shahdivyank opened 7 months ago

shahdivyank commented 7 months ago

Open to Discussion BTW:

Some benefits to migrating to Github Pages from Netlify:

  1. Deployment and codebase are all within the Github Repo
  2. Remove any costs (not sure if Netlify is purchased currently)
  3. Manage deployment process with Github Actions

Some things to consider:

  1. We have 4 API routes which is not supported with Next.js SSG, but these API routes are simply calling other APIs which means we can make these API calls in the frontend
  2. If we wanted to add custom APIs later on, we would have to revert to Netlify or a similar service
  3. Need to explore how Git LFS would integrate if at all

Anyone have any thoughts/insight on the current deployment process and potentially migrating or against migration for particular reasons?

vincerubinetti commented 1 month ago

I would vote against this (for now).