Skip to content

Commit e97677e

Browse files
committed
fix: base url and home link
1 parent 41fb9d7 commit e97677e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from 'vitepress'
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5+
base: '/stochastix-docs/',
56
title: "Stochastix",
67
description: "High-Performance Quantitative Backtesting Engine",
78
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hero:
1111
actions:
1212
- theme: brand
1313
text: Get Started
14-
link: /getting-started
14+
link: /installation
1515
- theme: alt
1616
text: View on GitHub
1717
link: https://github.com/phpquant/stochastix-core

0 commit comments

Comments
 (0)