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 7bfba6b commit 4797a1bCopy full SHA for 4797a1b
website/docusaurus.config.js
@@ -11,7 +11,7 @@ module.exports = {
11
baseUrl: '/',
12
onBrokenLinks: 'throw',
13
onBrokenMarkdownLinks: 'warn',
14
- favicon: 'img/logo.png',
+ favicon: 'img/logo.svg',
15
organizationName: 'yewstack', // Usually your GitHub org/user name.
16
projectName: 'yew', // Usually your repo name.
17
themeConfig: {
@@ -24,7 +24,7 @@ module.exports = {
24
title: 'Yew',
25
logo: {
26
alt: 'Yew Logo',
27
- src: 'img/logo.png',
+ src: 'img/logo.svg',
28
},
29
items: [
30
{
.static/yew.svg website/static/img/logo.svg.static/yew.svg renamed to website/static/img/logo.svg
0 commit comments