Commit b087d084 authored by Emiliano Balbuena's avatar Emiliano Balbuena

(fix): Missing fallback SEO root for Pro

1 merge request!308WIP: (feat): Minds Pro
Pipeline #81144702 failed with stages
in 5 minutes and 15 seconds
......@@ -66,6 +66,8 @@ class SEO
'og:image' => $this->user->getIconURL('large'),
]);
Manager::add('/', function() {});
Manager::add('/newsfeed', [$this, 'activityHandler']);
Manager::add('/media', [$this, 'entityHandler']);
// blog route added in Blogs\SEO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment