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: '/',
|
baseUrl: '/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
favicon: 'img/logo.png',
|
favicon: 'img/logo.svg',
|
||||||
organizationName: 'yewstack', // Usually your GitHub org/user name.
|
organizationName: 'yewstack', // Usually your GitHub org/user name.
|
||||||
projectName: 'yew', // Usually your repo name.
|
projectName: 'yew', // Usually your repo name.
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
|
@ -24,7 +24,7 @@ module.exports = {
|
||||||
title: 'Yew',
|
title: 'Yew',
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'Yew Logo',
|
alt: 'Yew Logo',
|
||||||
src: 'img/logo.png',
|
src: 'img/logo.svg',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|
Before Width: | Height: | Size: 518 B After Width: | Height: | Size: 518 B |
Loading…
Reference in New Issue