fix: update matcher regex for web app manifest and favicon
This commit is contained in:
parent
5bcb16a9b5
commit
76f75f0b57
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@ export { auth as middleware } from '@/auth';
|
||||||
|
|
||||||
export const config = {
|
export const config = {
|
||||||
matcher: [
|
matcher: [
|
||||||
'/((?!api|_next/static|_next/image|site.webmanifest|web-app-manifest-192x192.png|web-app-manifest-512x512.png|favicon-(?:dark|light)?\.(?:png|svg)).*)',
|
'/((?!api|_next/static|_next/image|site.webmanifest|web-app-manifest-(?:(192x192|512x512)*\.png|favicon-(?:dark|light)?\.(?:png|svg)).*)',
|
||||||
],
|
],
|
||||||
};
|
};
|
Loading…
Add table
Add a link
Reference in a new issue