diff --git a/casdk-docs/docusaurus.config.js b/casdk-docs/docusaurus.config.js index dc1117c35..f282be71a 100644 --- a/casdk-docs/docusaurus.config.js +++ b/casdk-docs/docusaurus.config.js @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); const config = { title: 'Carbon Aware SDK', tagline: 'An SDK to enable the creation of carbon aware applications, that do more when the electricity comes from clean low-carbon sources and less when it does not.', - favicon: 'img/favicon.ico', + favicon: 'img/favicon-32x32.png', // Set the production url of your site here url: 'https://green-software-foundation.github.io', diff --git a/casdk-docs/static/img/favicon-32x32.png b/casdk-docs/static/img/favicon-32x32.png new file mode 100644 index 000000000..7a9c126e9 Binary files /dev/null and b/casdk-docs/static/img/favicon-32x32.png differ