fix: manifest.json 403 - use Next.js manifest route, remove bak file, update middleware
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m34s

This commit is contained in:
Antigravity
2026-05-09 17:43:46 +00:00
parent ad6fbbb1a5
commit f044377e7a
5 changed files with 29 additions and 1074 deletions

View File

@@ -7,5 +7,5 @@ export default NextAuth(authConfig).auth;
export const config = {
// https://nextjs.org/docs/app/building-your-application/routing/middleware#matcher
matcher: ['/((?!api|_next/static|_next/image|uploads|.*\\.(?:png|json|svg|ico|jpg|jpeg|webp|woff2?)$).*)'],
matcher: ['/((?!api|_next/static|_next/image|uploads|.*\\.(?:png|json|webmanifest|svg|ico|jpg|jpeg|webp|woff2?)$).*)'],
};