From 4a5b34577b59b3b99dc4e1ba1183fa2b7fa1ee06 Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Wed, 20 Nov 2024 09:06:47 -0500 Subject: [PATCH] Reconfigure the favicon Closes #5 In the Docusaurus config file, replace `favicon.ico` with `favicon.svg`, which has a transparent background. --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index e1d0827..451b5fd 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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 || "/",