Skip to content

Commit 84b91f8

Browse files
Update examples/with-solidstart/src/entry-server.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Thomas <thomas.giudici@proton.me>
1 parent dc27992 commit 84b91f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-solidstart/src/entry-server.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default createHandler(() => (
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1" />
10-
<link rel="icon" type="image/svg" href="favicon.svg" />
10+
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
1111
{assets}
1212
</head>
1313
<body>

0 commit comments

Comments
 (0)