Skip to content

Commit 772c6f3

Browse files
committed
updated home button redirect
1 parent 26f1cee commit 772c6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
themeConfig: {
1010
// https://vitepress.dev/reference/default-theme-config
1111
nav: [
12-
{ text: 'Home', link: '/' },
12+
{ text: 'Home', link: 'https://swat-ds.github.io/LibLabMain/' },
1313
{ text: 'Get Started', link: '/GettingStarted/introduction' }
1414
],
1515

0 commit comments

Comments
 (0)