Skip to content

Commit 37c8787

Browse files
committed
oops
1 parent 54a51c0 commit 37c8787

File tree

1 file changed

+1
-1
lines changed
  • packages/kit/src/runtime/server/page

1 file changed

+1
-1
lines changed

packages/kit/src/runtime/server/page/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export async function render_response({
109109
}
110110
} else if (options.hash_routing) {
111111
// we have to assume that we're in the right place
112-
base_expression = 'new URL('.', location).pathname.slice(0, -1)';
112+
base_expression = "new URL('.', location).pathname.slice(0, -1)";
113113
}
114114
}
115115

0 commit comments

Comments
 (0)