faster nostrlinkhandler

This commit is contained in:
Martti Malmi
2023-12-27 14:43:17 +02:00
parent 9d2b867552
commit f47994b3ee
2 changed files with 41 additions and 36 deletions

View File

@ -296,7 +296,7 @@ if (CONFIG.features.subscriptions) {
// add catch all route
mainRoutes.push({
path: "/*",
path: "/:link",
element: <NostrLinkHandler />,
});