Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 28, 2024
1 parent 6b4a4ed commit 90043f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/react-server/src/features/bootstrap/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export function vitePluginEntryBootstrap(): PluginOption {
let ssrAssets: SsrAssets;
if ($__global.server) {
let { head } = await getIndexHtmlTransform($__global.server);
head = [
head,
head += [
"",
`<link rel="stylesheet" href="/@id/__x00__${SSR_CSS_ENTRY}" />`,
].join("\n");
ssrAssets = {
Expand Down

0 comments on commit 90043f9

Please sign in to comment.