feat: add favicon and web app manifest files
This commit is contained in:
parent
42ca2e1df9
commit
e5359ea4d3
10 changed files with 84 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
export { auth as middleware } from '@/auth';
|
||||
|
||||
export const config = {
|
||||
matcher: ['/((?!api|_next/static|_next/image|favicon.ico).*)'],
|
||||
matcher: ['/((?!api|_next/static|_next/image|favicon.ico|favicon-96x96.png|favicon.svg|site.webmanifest|web-app-manifest-192x192.png|web-app-manifest-512x512.png|favicon-dark.svg|favicon-light.svg).*)'],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue