Skip to content

Commit

Permalink
fix favicon again...
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger authored Feb 12, 2024
1 parent b5e3a6c commit 18c02d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const config: Config = {
onBrokenMarkdownLinks: isCI ? "throw" : "warn",
onBrokenAnchors: isCI ? "throw" : "warn",
onDuplicateRoutes: isCI ? "throw" : "warn",
favicon: "favicon.ico",
favicon: "/favicon.ico",
trailingSlash: false,
noIndex: preview,
baseUrlIssueBanner: false,
Expand Down

0 comments on commit 18c02d5

Please sign in to comment.