mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-01 03:02:56 +08:00
Fix broken logo references
This commit is contained in:
parent
4f4faa929d
commit
3784c2d9ea
@ -12,7 +12,7 @@ const config = {
|
|||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/logo/ma_logo.png',
|
||||||
|
|
||||||
// GitHub pages deployment config.
|
// GitHub pages deployment config.
|
||||||
// If you aren't using GitHub pages, you don't need these.
|
// If you aren't using GitHub pages, you don't need these.
|
||||||
@ -54,7 +54,7 @@ const config = {
|
|||||||
title: 'Modular Avatar documentation',
|
title: 'Modular Avatar documentation',
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'Logo',
|
alt: 'Logo',
|
||||||
src: 'img/logo.svg',
|
src: 'img/logo/ma_logo.png',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user