🌩 Deployment day! Deployed my latest Strapi backend api to Heroku, and all-new Nuxt frontend to Netlify

Lessons learned:
-- don't wait till the end before you do your first deployment. Super stressful and harder to debug.
-- set Nuxt config `target: static` and `generate fallback true` if routing is buggy
-- create and set up your personal access token for Git push to Github
-- things that take time to propagate or approve: DNS records, txn email, any 3rd party services. Set them up waaay beforehand!
--