We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f208bd6 commit 5ed5efcCopy full SHA for 5ed5efc
1 file changed
packages/start/src/server/manifest/prod-ssr-manifest.ts
@@ -57,7 +57,7 @@ function createHtmlTagsForAssets(assets: string[]) {
57
.map<Asset>((asset) => ({
58
tag: "link",
59
attrs: {
60
- href: asset,
+ href: '/' + asset,
61
key: asset,
62
...(asset.endsWith(".css")
63
? { rel: "stylesheet", fetchPriority: "high" }
0 commit comments