Skip to content

Commit 1d29030

Browse files
committed
update tab icon
1 parent c934a71 commit 1d29030

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docusaurus.config.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,16 @@ const config = {
2020
],
2121
title: 'Defang',
2222
tagline: 'A radically simpler way to build and deploy production-ready cloud apps',
23-
favicon: 'https://www.google.com/s2/favicons?domain=defang.io',
24-
23+
favicon: '/img/favicon.ico',
24+
headTags: [
25+
{
26+
tagName: 'link',
27+
attributes: {
28+
rel: 'icon',
29+
href: '/img/tab_icon.svg',
30+
},
31+
},
32+
],
2533
// Set the production URL of your site here
2634
url: 'https://docs.defang.io/',
2735
// Set the /<baseUrl>/ pathname under which your site is served

static/img/tab-icon.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)