ResumeContent and ProjectsContent should be stored in a separate database in order to edit more easily down the line. Add a DB integration to Vercel and update the code to no longer use the current content storing system (JS objects).
Bonus:
check out Vercel CDN integrations and potentially move images (at least the resume) there
A/C
Vercel is integrated with a new relational DB
ResumeContent and Projects content values are fetched by the DB and deleted from the codebase
Description
ResumeContent and ProjectsContent should be stored in a separate database in order to edit more easily down the line. Add a DB integration to Vercel and update the code to no longer use the current content storing system (JS objects).
Bonus:
A/C