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

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
pull/12374/head
Rich Harris 2 years ago committed by GitHub
parent 2b60b6ac50
commit 5f971fac3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -137,7 +137,7 @@ export function render(component, options = {}) {
}
return {
head: head,
head,
html: payload.out,
body: payload.out
};

Loading…
Cancel
Save