Skip to content

Commit f6f3646

Browse files
committed
Add favicon to react example
1 parent 40d42bc commit f6f3646

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

examples/react/client/main.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<head>
22
<title>vitetest</title>
33
<meta name="viewport" content="width=device-width, initial-scale=1.0">
4+
<link rel="icon" type="image/svg+xml" href="/logo.svg">
45
</head>
56

67
<body>

examples/react/public/logo.svg

+15
Loading

0 commit comments

Comments
 (0)