feat: add imagevaultImage utils and types

This commit is contained in:
Christel Westerberg
2024-03-26 16:36:39 +01:00
committed by Michael Zetterberg
parent a641894abf
commit 274e203335
6 changed files with 216 additions and 2 deletions
+1 -1
View File
@@ -109,5 +109,5 @@ export const config = {
* public routes inside middleware.
* (https://clerk.com/docs/quickstarts/nextjs?utm_source=sponsorship&utm_medium=youtube&utm_campaign=code-with-antonio&utm_content=12-31-2023#add-authentication-to-your-app)
*/
matcher: ["/((?!.+\\.[\\w]+$|_next|en/test|api|trpc).*)"],
matcher: ["/((?!.+\\.[\\w]+$|_next|.netlify|en/test|api|trpc).*)"],
}