Skip to content

Commit 2b90673

Browse files
committed
fix: favicon path
1 parent e97677e commit 2b90673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
base: '/stochastix-docs/',
66
title: "Stochastix",
77
description: "High-Performance Quantitative Backtesting Engine",
8-
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
8+
head: [['link', { rel: 'icon', href: '/stochastix-docs/favicon.ico' }]],
99
lastUpdated: true,
1010
themeConfig: {
1111
logo: '/logo.svg',

0 commit comments

Comments
 (0)