Index: proxy.ts
===================================================================
--- proxy.ts	(revision 8a7dd3e602838194342a26838d1e3e7813d16e54)
+++ proxy.ts	(revision 75ad16665a35f074aecdf485c57dd47a150d093b)
@@ -4,6 +4,6 @@
 export default NextAuth(authConfig).auth;
 
-export const config = {
-    // https://nextjs.org/docs/app/api-reference/file-conventions/proxy#matcher
-    matcher: ['/((?!api|_next/static|_next/image|.*\\.png$).*)'],
-};
+// export const config = {
+//     // https://nextjs.org/docs/app/api-reference/file-conventions/proxy#matcher
+//     matcher: ['/((?!api|_next/static|_next/image|.*\\.png$).*)'],
+// };
