Skip to content

Commit

Permalink
remove embed.js from middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Nov 27, 2024
1 parent 19af422 commit 97f7750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const config = {
* 3. /_proxy/ (proxies for third-party services)
* 4. Metadata files: favicon.ico, sitemap.xml, robots.txt, manifest.webmanifest, .well-known
*/
"/((?!api/|_next/|_proxy/|favicon.ico|sitemap.xml|robots.txt|manifest.webmanifest|.well-known|embed.js).*)",
"/((?!api/|_next/|_proxy/|favicon.ico|sitemap.xml|robots.txt|manifest.webmanifest|.well-known).*)",
],
};

Expand Down

0 comments on commit 97f7750

Please sign in to comment.