mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Fix menu links
This commit is contained in:
parent
4175a60f85
commit
478452d1eb
2 changed files with 4 additions and 1 deletions
|
|
@ -43,4 +43,7 @@ return [
|
|||
'url' => function ($page, $path) {
|
||||
return starts_with($path, 'http') ? $path : '/'.trimPath($path);
|
||||
},
|
||||
'isUrl' => function ($page, $path) {
|
||||
return starts_with($path, 'http');
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue