Skip to content

Commit

Permalink
Add favicon to KS next site (#4926)
Browse files Browse the repository at this point in the history
* add favicon

* changeset
  • Loading branch information
gwyneplaine authored Feb 23, 2021
1 parent 45d2b7c commit 9540835
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twelve-timers-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-next/website': patch
---

Added a favicon to @keystone-next/website
1 change: 1 addition & 0 deletions docs-next/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class MyDocument extends Document {
return (
<Html>
<Head>
<link rel="shortcut icon" href="/favicon.ico" />
<script async src={`https://www.googletagmanager.com/gtag/js?id=${GA_TRACKING_ID}`} />
<script
dangerouslySetInnerHTML={{
Expand Down
Binary file added docs-next/public/favicon.ico
Binary file not shown.

1 comment on commit 9540835

@vercel
Copy link

@vercel vercel bot commented on 9540835 Feb 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.