Skip to content

Commit

Permalink
doc: Update core/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 19, 2023
1 parent 38c26f8 commit d2dc8d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ outputs:
<!-- .... -->
```

### Modify Favicon

```jsx
<Head.Link rel="icon" href="/favicon.ico" />
<Head.Link rel="icon" type="image/svg+xml" href="/favicon.svg" />
```

## All Sub Components

Elements that can be used inside the `<head>`:
Expand Down

0 comments on commit d2dc8d6

Please sign in to comment.