diff --git a/app/javascript/mastodon/features/ui/index.js b/app/javascript/mastodon/features/ui/index.js index 83e7a89ac..2aec29533 100644 --- a/app/javascript/mastodon/features/ui/index.js +++ b/app/javascript/mastodon/features/ui/index.js @@ -163,10 +163,12 @@ class SwitchingColumnsArea extends React.PureComponent { redirect = ; } else if (showTrends && trendsAsLanding) { redirect = ; - } else { // Hometown: if signed-out landing page is the about page, don't render the app shell, just redirect + } else if (window.location.pathname === '/' || window.location.pathname === '') { window.location = '/about'; return null; + } else { + redirect = ; } return (