Skip to content

Commit

Permalink
fix: remove semicolon from _vite tag (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlrawlings authored Apr 26, 2022
1 parent c711065 commit 5e7b69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vite.marko
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ $ if (!$global.___viteRenderAssets) {
}

<__flush_here_and_after__>
$!{$global.___viteRenderAssets(input.slot)};
$!{$global.___viteRenderAssets(input.slot)}
</>

0 comments on commit 5e7b69b

Please sign in to comment.