mirror of https://github.com/yewstack/yew
Use SVG for logo on website (#3065)
This commit is contained in:
parent
7bfba6b31c
commit
38e2478d9a
|
@ -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: [
|
||||
{
|
||||
|
|
Before Width: | Height: | Size: 518 B After Width: | Height: | Size: 518 B |
Loading…
Reference in New Issue