faster nostrlinkhandler
This commit is contained in:
@ -296,7 +296,7 @@ if (CONFIG.features.subscriptions) {
|
||||
|
||||
// add catch all route
|
||||
mainRoutes.push({
|
||||
path: "/*",
|
||||
path: "/:link",
|
||||
element: <NostrLinkHandler />,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user