Skip to content

Commit 9ecdcdf

Browse files
author
Lévai Norbert
committed
update logo path
1 parent 4430122 commit 9ecdcdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/.vuepress/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ export default defineUserConfig({
1010
description: 'Comprehensive documentation for Bitcredit',
1111
base: '/docs-bitcr/',
1212

13-
head: [['link', { rel: 'icon', href: 'favicon.ico' }]],
13+
head: [['link', { rel: 'icon', href: 'images/favicon.ico' }]],
1414

1515
theme: defaultTheme({
16-
logo: 'logo.png',
17-
//logoDark: 'logo.png',
16+
logo: 'images/logo.png',
17+
//logoDark: 'images/logo.png',
1818
contributors: false,
1919
lastUpdated: false,
2020
colorMode: 'light',
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)