forked from Northgate-Systems/RemitX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPR.txt
More file actions
21 lines (16 loc) · 681 Bytes
/
Copy pathPR.txt
File metadata and controls
21 lines (16 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Pull Request Summary
## Branch: `cleanup/remove-default-svgs`
### Changes Made
1. **Removed default Vercel/Next.js starter SVG files** (5 files deleted):
- `public/file.svg`
- `public/globe.svg`
- `public/next.svg`
- `public/vercel.svg`
- `public/window.svg`
2. **Added `vercel.json`** to fix Vercel deployment build failure:
- Configures the framework as `nextjs`
- Sets the build command to `next build`
- Sets the output directory to `.next` (Next.js default)
### Purpose
- Clean up unnecessary starter files that have no value to the RemitX project
- Fix Vercel deployment error: "No Output Directory named 'dist' found after the Build completed"