Skip to content

Commit fcb19dc

Browse files
authored
fix(docs): docs favicon (#16769)
fixes the favicon in the docs
2 parents a9708bd + c8c0694 commit fcb19dc

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)