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 eb7b705 commit 8ec9f66Copy full SHA for 8ec9f66
packages/kit/src/runtime/server/page/render.js
@@ -151,7 +151,7 @@ export async function render_response({
151
.map((dep) => `\n\t<link${styles.has(dep) ? ' disabled' : ''} rel="stylesheet" href="${options.prefix + dep}">`)
152
.join('');
153
154
- if (options.router || page_config.hydrate) {
+ if (page_config.hydrate) {
155
head += Array.from(js)
156
.map((dep) => `\n\t<link rel="modulepreload" href="${options.prefix + dep}">`)
157
0 commit comments