0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

[ci] format

This commit is contained in:
Uwe Jäger 2024-09-13 10:50:34 +00:00 committed by astrobot-houston
parent 633eeaa9d8
commit 878f7f60ba

View file

@ -31,7 +31,8 @@ export function getRouteGenerator(
trailing = '/'; trailing = '/';
} }
const path = segments const path =
segments
.map((segment) => { .map((segment) => {
return ( return (
'/' + '/' +