mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-21 02:07:23 +02:00
Update sentry (#430)
This commit is contained in:
parent
249376c43e
commit
a4ca5f1676
7 changed files with 210 additions and 239 deletions
|
@ -53,13 +53,5 @@ export function middleware({ headers, cookies, nextUrl }: NextRequest) {
|
|||
}
|
||||
|
||||
export const config = {
|
||||
matcher: [
|
||||
"/admin/:id*",
|
||||
"/demo",
|
||||
"/p/:id*",
|
||||
"/profile",
|
||||
"/new",
|
||||
"/login",
|
||||
"/polls",
|
||||
],
|
||||
matcher: ["/admin/:id*", "/demo", "/p/:id*", "/profile", "/new", "/login"],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue