From 478f685f972a6de7530695147783c91235a33c29 Mon Sep 17 00:00:00 2001 From: Bastien Lopez Date: Sun, 13 Oct 2024 21:50:43 +0200 Subject: [PATCH] up favicon --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index bbe5741..5a02dd4 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic'; const config: Config = { title: 'Talao documentation', tagline: '', - favicon: 'img/favicon.ico', + favicon: 'img/talao.png', // Set the production url of your site here url: 'https://your-docusaurus-site.example.com',