Skip to content

Commit

Permalink
chore: add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jul 28, 2024
1 parent 89f956e commit ee3c21f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rsbuild-rsc/src/routes/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export default function Layout(props: React.PropsWithChildren) {
<head>
<meta charSet="utf-8" />
<title>Rsbuild RSC</title>
<link
rel="icon"
href="https://assets.rspack.dev/rsbuild/favicon-128x128.png"
/>
</head>
<body>{props.children}</body>
</html>
Expand Down

0 comments on commit ee3c21f

Please sign in to comment.