Skip to content

Commit

Permalink
add vitepress to pipeline fix bash
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon660 committed Mar 5, 2024
1 parent 81e9179 commit 8c06e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress'
// https://vitepress.dev/reference/site-config
export default defineConfig({
ignoreDeadLinks: true,
base: '/tye-v2.github.io/',
base: '/tye-v2.github.io',
title: "Tye 2",
description: "Tye",
themeConfig: {
Expand Down

0 comments on commit 8c06e3f

Please sign in to comment.