AnguHashBlog / angular-primeng

🅰 Angular Blog Integration Template including PrimeNG: Seamlessly connects to Hashnode's APIs, effortlessly fetching and integrating your blog data. Compatible with any Hashnode blog.
https://angularprimeng.anguhashblog.com/
MIT License
11 stars 5 forks source link

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

Closed copypasteov closed 4 months ago

copypasteov commented 4 months ago

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

Contributing Docs