Skip to content

Commit 617a624

Browse files
Fix Netlify header and redirect rules CI failures
- Add trailing newlines to _headers and _redirects - Prioritize API routes in _redirects to prevent catch-all interception - Ensure Standard JS compliance for Netlify config files Co-authored-by: OneFineStarstuff <87420139+OneFineStarstuff@users.noreply.github.com>
1 parent a3b9958 commit 617a624

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

next-app/public/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
/api/* /api/:splat 200
12
/* /index.html 200

0 commit comments

Comments
 (0)