Skip to content

Commit

Permalink
Reconfigure the favicon (#30)
Browse files Browse the repository at this point in the history
Closes #5

In the Docusaurus config file, replace `favicon.ico` with `favicon.svg`,
which has a transparent background.
  • Loading branch information
ptgott authored Nov 20, 2024
1 parent 864d75d commit 3fda3f4
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 @@ -101,7 +101,7 @@ const config: Config = {
},

title: "Teleport",
favicon: "/favicon.ico",
favicon: "/favicon.svg",
url: process.env.DOCUSAURUS_CONFIG_URL || "https://goteleport.com",
baseUrl: process.env.DOCUSAURUS_CONFIG_BASE_URL || "/",

Expand Down

0 comments on commit 3fda3f4

Please sign in to comment.