Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 451ef8b

Browse files
author
Je
committed
refactor: format head tags
1 parent 86f31ad commit 451ef8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

head.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function renderHead(styleModules?: string[]) {
2323
} else if (util.isNEArray(props.children)) {
2424
tags.push(`<${type}${attrs} ssr>${props.children.join('')}</${type}>`)
2525
} else {
26-
tags.push(`<${type}${attrs} ssr/>`)
26+
tags.push(`<${type}${attrs} ssr />`)
2727
}
2828
}
2929
})

0 commit comments

Comments
 (0)