diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 5f75da5aeb3..0f64678e51b 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -11,7 +11,7 @@ module.exports = { baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', - favicon: 'img/logo.png', + favicon: 'img/logo.svg', organizationName: 'yewstack', // Usually your GitHub org/user name. projectName: 'yew', // Usually your repo name. themeConfig: { @@ -24,7 +24,7 @@ module.exports = { title: 'Yew', logo: { alt: 'Yew Logo', - src: 'img/logo.png', + src: 'img/logo.svg', }, items: [ { diff --git a/.static/yew.svg b/website/static/img/logo.svg similarity index 100% rename from .static/yew.svg rename to website/static/img/logo.svg