Skip to content

Commit

Permalink
re 2573d3812597a7825fd78376194e858740b639f9
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Feb 8, 2024
1 parent 627c0cd commit 7359b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/projects/ssr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function renderPageHTML(component: any) {
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
${head.join("\n")}
</head>
<body ${attributes.body.toString()}>${body}${footer.join("\n")}</body>
Expand Down

0 comments on commit 7359b4e

Please sign in to comment.