diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index 147c5fcafb6..afc5b933728 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md @@ -870,6 +870,7 @@ function register ({ registerClientRoute }) { } ``` +You can then access the page on `/p/my-super/route` (please note the additionnal `/p/` in the path). ### Publishing