Having issues deploying my app

I am having issues deploying my app… I am very new to this and could use some help!

My Netlify site name is deryn-personal-website.

My build log:

4:48:10 PM: build-image version: 5b0ab77c5e46895703390c45e86a907d4b78547b (focal)
4:48:10 PM: buildbot version: 5b0ab77c5e46895703390c45e86a907d4b78547b
4:48:10 PM: Fetching cached dependencies
4:48:10 PM: Failed to fetch cache, continuing with build
4:48:10 PM: Starting to prepare the repo for build
4:48:10 PM: No cached dependencies found. Cloning fresh repo
4:48:10 PM: git clone --filter=blob:none GitHub - dbrown13/personal-website
4:48:10 PM: Preparing Git Reference refs/heads/main
4:48:10 PM: Parsing package.json dependencies
4:48:11 PM: Failing build: Failed to parse configuration
4:48:11 PM: Failed during stage ‘Reading and parsing configuration files’: When resolving config:Base directory does not exist: /opt/build/repo/personal-website: exit status 1
4:48:11 PM: Finished processing build request in 1.745s

That makes it look like you’ve set your Base directory to personal-website.

Looking at your repository, I don’t see a folder called personal-website in the root, I see only my-app.

Try changing your Base directory to my-app.