Skip to content

Commit c8c0694

Browse files
fix(docs): docs favicon
fixes the favicon in the docs Co-authored-by: Josh Crites <jc@joshcrites.com> Co-authored-by: José Pedro Sousa <outgoing@zpedro.dev>
1 parent a9708bd commit c8c0694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const config = {
2828
trailingSlash: false,
2929
onBrokenLinks: "throw",
3030
onBrokenMarkdownLinks: process.env.ENV === "dev" ? "warn" : "throw",
31-
favicon: "img/Aztec Symbol_Dark.png",
31+
favicon: "img/Aztec_Symbol_Dark.png",
3232

3333
// GitHub pages deployment config.
3434
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)