Skip to content

Commit

Permalink
Update website/docs/en/guide/advanced/ssr.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: neverland <[email protected]>
  • Loading branch information
9aoy and chenjiahan authored Nov 27, 2024
1 parent 71a14a7 commit 4a52da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/en/guide/advanced/ssr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function renderHtmlPage(): string {
const { js, css } = entries['index'].initial;

const scriptTags = js
.map((file) => `<script src="${file}" defer></script>`)
.map((url) => `<script src="${url}" defer></script>`)
.join('\n');
const styleTags = css
.map((file) => `<link rel="stylesheet" href="${file}">`)
Expand Down

0 comments on commit 4a52da5

Please sign in to comment.