Skip to content

Commit

Permalink
fix: Fix routes v0
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Dec 30, 2023
1 parent 8cef909 commit 3a499a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dictionaries/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"label": "Found %s emails"
},
"step_loading": {
"title": "Loading...",
"title": "Uploading...",
"description": "This might take up to 1 minute. Please don't close this page."
},
"step_complete": {
Expand Down
3 changes: 2 additions & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ export const config = {
* - favicon (favicon file)
* - monitoring (health check)
* - js (JavaScript files)
* - v0,v1 (API routes)
*/
"/((?!api|_next/static|_next/image|favicon|monitoring|js).*)",
"/((?!api|_next/static|_next/image|favicon|monitoring|js|v0|v1).*)",
],
};

Expand Down

1 comment on commit 3a499a9

@vercel
Copy link

@vercel vercel bot commented on 3a499a9 Dec 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.