Skip to content

Commit

Permalink
Check & fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
samueleorfei authored and github-actions[bot] committed Dec 12, 2023
1 parent 5ac6592 commit e3f8f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
}
},
'url' => function ($page, $path) {
return Str::startsWith($path, 'http') ? $path : '/' . trimPath($path);
return Str::startsWith($path, 'http') ? $path : '/'.trimPath($path);
},
];

0 comments on commit e3f8f79

Please sign in to comment.