Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update favicon
Co-authored-by: 翠 / green <green@sapphi.red>
  • Loading branch information
patak-cat and sapphi-red authored Jun 6, 2022
commit d18bd8e88819b40eaf5faf19c0de79ed41003336
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla-ts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
</head>
Expand Down