Skip to content

Commit

Permalink
base folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lpanavas committed Jan 25, 2024
1 parent f108995 commit 6547630
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docs/.vitepress/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export default {
import { defineConfig } from 'vitepress'

export default defineConfig({
base: '/setmlvis/',
title: "SetMLVis",
description: "Documentation for an interactive object detection model comparison tool: SetMLVis",
Expand Down Expand Up @@ -107,4 +109,4 @@ export default {
returnToTopLabel: 'Go to Top',
sidebarMenuLabel: 'Menu',
},
};
});

0 comments on commit 6547630

Please sign in to comment.