diff --git a/public/images/duck.png b/public/images/duck.png new file mode 100644 index 00000000..9895edf6 Binary files /dev/null and b/public/images/duck.png differ diff --git a/public/images/shape-logo-text.png b/public/images/shape-logo-text.png new file mode 100644 index 00000000..0b6acc33 Binary files /dev/null and b/public/images/shape-logo-text.png differ diff --git a/public/images/shape-logo.png b/public/images/shape-logo.png new file mode 100644 index 00000000..913f770d Binary files /dev/null and b/public/images/shape-logo.png differ diff --git a/src/middleware.ts b/src/middleware.ts index 9242f401..ab6c8d87 100644 --- a/src/middleware.ts +++ b/src/middleware.ts @@ -1,7 +1,7 @@ import { withMiddlewareAuthRequired } from "@auth0/nextjs-auth0/edge" export const config = { - matcher: "/((?!api/hooks|api/auth/logout|api/auth/forceLogout).*)" + matcher: "/((?!api/hooks|api/auth/logout|api/auth/forceLogout|_next/static|_next/image|images|favicon.ico).*)" } export default withMiddlewareAuthRequired()