Skip to content

Commit

Permalink
forward slash on images path in middleware.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguyinabeanie committed Dec 25, 2024
1 parent 22e1474 commit e067065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const publicRoutes = createRouteMatcher([
"/",
"/sign-in(.*)",
"/sign-up(.*)",
"/images(.*)",
"/images/(.*)",
"/ads.txt",
]);

Expand Down

0 comments on commit e067065

Please sign in to comment.