Skip to content

Commit 1a00774

Browse files
committed
fix: include js preload links in prod ssr manifest
1 parent f01c1a1 commit 1a00774

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/start/src/server/manifest/prod-ssr-manifest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function createHtmlTagsForAssets(assets: string[]) {
5050
.filter(
5151
(asset) =>
5252
asset.endsWith(".css") ||
53+
asset.endsWith(".js") ||
5354
asset.endsWith(".ts") ||
5455
asset.endsWith(".mjs"),
5556
)

0 commit comments

Comments
 (0)