Skip to content

Commit

Permalink
fix(Vercel): favicon (#10640)
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree authored Sep 5, 2024
1 parent 97db9de commit fdc0c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export default class IntlDocument extends Document {
<Html>
<Head nonce={this.props.cspNonce}>
<script nonce={this.props.cspNonce} defer src={languageManifest[this.props.locale]} />
<link rel="icon" href="/static/images/favicon.ico.png" />
</Head>
<body>
<Main nonce={this.props.cspNonce} />
Expand Down

0 comments on commit fdc0c89

Please sign in to comment.