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
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m34s
This commit is contained in:
@@ -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?)$).*)'],
|
||||
};
|
||||
Reference in New Issue
Block a user