Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ const config = {
],
title: 'Defang',
tagline: 'A radically simpler way to build and deploy production-ready cloud apps',
favicon: 'https://www.google.com/s2/favicons?domain=defang.io',

favicon: '/img/favicon.ico',
headTags: [
{
tagName: 'link',
attributes: {
rel: 'icon',
href: '/img/tab_icon.svg',
},
},
],
// Set the production URL of your site here
url: 'https://docs.defang.io/',
// Set the /<baseUrl>/ pathname under which your site is served
Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ img.unstyled {
background-size: 200% 100%;
background-position: 0 0;
background-repeat: repeat-x;
background-image: linear-gradient(131deg, rgba(80, 54, 163, .67), rgba(63, 178, 175, .67) 50%, rgba(80, 54, 163, .67));
background-image: linear-gradient(131deg, rgba(1, 30, 80, 0.9), rgba(21, 103, 251, 0.9) 50%, rgba(1, 30, 80, 0.9));
margin-right: 1rem;
display: inline-block;
font-size: smaller;
Expand Down
1 change: 1 addition & 0 deletions static/img/tab-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.