Use SVG for logo on website (#3065)

This commit is contained in:
Muhammad Hamza 2022-12-30 17:37:10 +05:00 committed by GitHub
parent 7bfba6b31c
commit 38e2478d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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: [
{ {

View File

Before

Width:  |  Height:  |  Size: 518 B

After

Width:  |  Height:  |  Size: 518 B