Skip to content

Commit 8d3031a

Browse files
committed
fix assets dir and path
1 parent 331cd7e commit 8d3031a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ export default defineConfig({
77
description: "An advanced framework for Telegram Bot development.",
88
srcDir: './src',
99
head: [
10-
['link', { rel: 'icon', href: '/assets/favicon.ico' }]
10+
['link', { rel: 'icon', href: '/favicon.ico' }]
1111
],
1212

1313
themeConfig: {
1414
siteTitle: 'LaraGram',
15-
logo: '/assets/LaraGram.svg',
15+
logo: '/LaraGram.svg',
1616
outline: 'deep',
1717
search: {
1818
provider: 'local'
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)