Skip to content

Commit 4797a1b

Browse files
committed
Use SVG for logo on website
1 parent 7bfba6b commit 4797a1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
baseUrl: '/',
1212
onBrokenLinks: 'throw',
1313
onBrokenMarkdownLinks: 'warn',
14-
favicon: 'img/logo.png',
14+
favicon: 'img/logo.svg',
1515
organizationName: 'yewstack', // Usually your GitHub org/user name.
1616
projectName: 'yew', // Usually your repo name.
1717
themeConfig: {
@@ -24,7 +24,7 @@ module.exports = {
2424
title: 'Yew',
2525
logo: {
2626
alt: 'Yew Logo',
27-
src: 'img/logo.png',
27+
src: 'img/logo.svg',
2828
},
2929
items: [
3030
{

0 commit comments

Comments
 (0)