diff --git a/src/match.ts b/src/match.ts index 6113393..87f0f03 100644 --- a/src/match.ts +++ b/src/match.ts @@ -40,6 +40,7 @@ export const hashbang = (rule: SRule) => (url: string) => { if (match) { return { ...route, + route, match, url, };