Skip to content

Commit

Permalink
merge: Merge pull request #26 from henryhale/docs/update
Browse files Browse the repository at this point in the history
fix(docs): update base url prefix
  • Loading branch information
henryhale committed Oct 7, 2023
2 parents 17f8bf4 + 69bd494 commit f024a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
base: '/xterminal/',
base: '/',

// metadata
lang: 'en-US',
Expand Down

0 comments on commit f024a90

Please sign in to comment.