Skip to content

Commit

Permalink
Adds static images
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Nov 2, 2023
1 parent 2d165ed commit d2e0a64
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file added public/images/duck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/shape-logo-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/shape-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit d2e0a64

Please sign in to comment.