Skip to content

Commit 5f971fa

Browse files
Update packages/svelte/src/internal/server/index.js
Co-authored-by: Simon H <[email protected]>
1 parent 2b60b6a commit 5f971fa

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/server

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export function render(component, options = {}) {
137137
}
138138

139139
return {
140-
head: head,
140+
head,
141141
html: payload.out,
142142
body: payload.out
143143
};

0 commit comments

Comments
 (0)