mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -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 = '/';
|
trailing = '/';
|
||||||
}
|
}
|
||||||
|
|
||||||
const path = segments
|
const path =
|
||||||
|
segments
|
||||||
.map((segment) => {
|
.map((segment) => {
|
||||||
return (
|
return (
|
||||||
'/' +
|
'/' +
|
||||||
|
|
Loading…
Add table
Reference in a new issue