We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f1cee commit 772c6f3Copy full SHA for 772c6f3
docs/.vitepress/config.mts
@@ -9,7 +9,7 @@ export default defineConfig({
9
themeConfig: {
10
// https://vitepress.dev/reference/default-theme-config
11
nav: [
12
- { text: 'Home', link: '/' },
+ { text: 'Home', link: 'https://swat-ds.github.io/LibLabMain/' },
13
{ text: 'Get Started', link: '/GettingStarted/introduction' }
14
],
15
0 commit comments