Skip to content

Commit

Permalink
fix(desktop): do not change welcome page path for desktop
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Mar 20, 2024
1 parent 94974dc commit 58833e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/router/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ export default new Router({
routes: [
{
path: '/apps/spreed',
// On desktop add index path as root page
alias: IS_DESKTOP ? '/' : undefined,
name: 'root',
component: WelcomeView,
props: true,
Expand Down

0 comments on commit 58833e6

Please sign in to comment.