You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// storing res in a variable instead of directly returning is necessary to
@@ -365,3 +372,18 @@ function checkIsDynamicPageRequest(context: Parameters<MiddlewareResponseHandler
365
372
returnfalse;
366
373
}
367
374
}
375
+
376
+
/**
377
+
* Join Astro route segments into a case-sensitive single path string.
378
+
*
379
+
* Astro lowercases the parametrized route. Joining segments manually is recommended to get the correct casing of the routes.
380
+
* Recommendation in comment: https://github.com/withastro/astro/issues/13885#issuecomment-2934203029
381
+
* Function Reference: https://github.com/joanrieu/astro-typed-links/blob/b3dc12c6fe8d672a2bc2ae2ccc57c8071bbd09fa/package/src/integration.ts#L16
0 commit comments