We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00fb664 + 5b804b4 commit 5c45a46Copy full SHA for 5c45a46
packages/framework/src/Pages/DocumentationPage.php
@@ -36,7 +36,7 @@ public static function home(): ?Route
36
37
public static function homeRouteName(): string
38
{
39
- return static::baseRouteKey().'/index';
+ return unslash(static::baseRouteKey().'/index');
40
}
41
42
/** @see https://hydephp.com/docs/1.x/documentation-pages#automatic-edit-page-button */
0 commit comments