Skip to content

Feature: add a wildcard redirect in routes.ts for non existing routes #43

@copypasteov

Description

@copypasteov

Type of feature

✨ Feature

Current behavior

There is no redirect for non existing routes

Suggested solution

add

  {
    path: '**',
    redirectTo: ''
  }

to match other app versions

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions