We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb63bb3 commit 20087edCopy full SHA for 20087ed
1 file changed
packages/start/src/server/manifest/prod-ssr-manifest.ts
@@ -14,7 +14,7 @@ export function getSsrProdManifest() {
14
if (!viteManifestEntry)
15
throw new Error(`No entry found in vite manifest for '${id}'`);
16
17
- return viteManifestEntry.file;
+ return join("/", viteManifestEntry.file);
18
},
19
async getAssets(id) {
20
if (id.startsWith("./")) id = id.slice(2);
0 commit comments