mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] format
This commit is contained in:
parent
633eeaa9d8
commit
878f7f60ba
1 changed files with 24 additions and 23 deletions
|
@ -31,7 +31,8 @@ export function getRouteGenerator(
|
|||
trailing = '/';
|
||||
}
|
||||
|
||||
const path = segments
|
||||
const path =
|
||||
segments
|
||||
.map((segment) => {
|
||||
return (
|
||||
'/' +
|
||||
|
|
Loading…
Add table
Reference in a new issue