Skip to content

Commit

Permalink
fixing config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
Urs Hofmann committed Jul 22, 2024
1 parent dbad9d5 commit d28bbeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { defineConfig } from 'vitepress'
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "opensaft",
base: '/opensaft/',
lang: 'en-US',
description: "Open source SAFT for optoacoustic imaging",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand Down Expand Up @@ -43,5 +45,5 @@ export default defineConfig({
math: true
},
}
base: '/opensaft/',

})

0 comments on commit d28bbeb

Please sign in to comment.