diff --git a/src/frame.ts b/src/frame.ts index 940d55a..15db532 100644 --- a/src/frame.ts +++ b/src/frame.ts @@ -54,7 +54,7 @@ export class CustomFrame { }); if (suffix.pathname !== "/") { - src.pathname += suffix.pathname; + src.pathname = suffix.pathname; } src.hash = suffix.hash || src.hash;