mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
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…
x
Reference in New Issue
Block a user