We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97677e commit 2b90673Copy full SHA for 2b90673
.vitepress/config.mts
@@ -5,7 +5,7 @@ export default defineConfig({
5
base: '/stochastix-docs/',
6
title: "Stochastix",
7
description: "High-Performance Quantitative Backtesting Engine",
8
- head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
+ head: [['link', { rel: 'icon', href: '/stochastix-docs/favicon.ico' }]],
9
lastUpdated: true,
10
themeConfig: {
11
logo: '/logo.svg',
0 commit comments