We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a51c0 commit 37c8787Copy full SHA for 37c8787
packages/kit/src/runtime/server/page/render.js
@@ -109,7 +109,7 @@ export async function render_response({
109
}
110
} else if (options.hash_routing) {
111
// we have to assume that we're in the right place
112
- base_expression = 'new URL('.', location).pathname.slice(0, -1)';
+ base_expression = "new URL('.', location).pathname.slice(0, -1)";
113
114
115
0 commit comments