params in url + error boundary

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-10-24 20:04:54 +03:00
parent c28721b1f4
commit b631206c44
14 changed files with 337 additions and 13 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = {
navigations: {
"nav1.main": "/nav1",
"link.nav1.about": "/",
"link.nav1.profile": "/my-best-profile-page-ever",
"link.nav1.profile": "/my-best-profile-page-ever/:userId/:projectId",
"nav2.main": "/nav2",
},
features: {