We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c934a71 commit 1d29030Copy full SHA for 1d29030
docusaurus.config.js
@@ -20,8 +20,16 @@ const config = {
20
],
21
title: 'Defang',
22
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
-
+ favicon: '/img/favicon.ico',
+ headTags: [
25
+ {
26
+ tagName: 'link',
27
+ attributes: {
28
+ rel: 'icon',
29
+ href: '/img/tab_icon.svg',
30
+ },
31
32
+ ],
33
// Set the production URL of your site here
34
url: 'https://docs.defang.io/',
35
// Set the /<baseUrl>/ pathname under which your site is served
static/img/tab-icon.svg
0 commit comments