Since your Vercel project is already connected to your site domain, you have two simple ways to push your new code changes. Choose the one that matches how you originally set up your project:

Option A: Using Git & GitHub (Recommended)
If you connected your project to a GitHub repository, Vercel watches for code changes automatically. Simply commit your files and push them to your repository:
Open your local terminal inside your project folder.
Stage and commit your changes (your updated
RichTextEditorand/api/media/route.tsfiles):

