We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859f55f commit 05f22faCopy full SHA for 05f22fa
versioned_docs/version-5.x/configuring-links.md
@@ -79,7 +79,7 @@ You can specify a separate `config` option to control how the deep link is parse
79
const linking = {
80
prefixes: ['https://mychat.com', 'mychat://'],
81
config: {
82
- Chat: 'feed',
+ Chat: 'feed/:sort',
83
Profile: 'user',
84
},
85
};
0 commit comments