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 abdadce commit f8268a5Copy full SHA for f8268a5
packages/kit/src/runtime/app/paths/client.js
@@ -25,8 +25,6 @@ export function asset(file) {
25
return (assets || base) + file;
26
}
27
28
-const pathname_prefix = hash_routing ? '#' : '';
29
-
30
/**
31
* Resolve a pathname by prefixing it with the base path, if any,
32
* or resolve a route ID by populating dynamic segments with route parameters.
0 commit comments