Skip to content

Commit

Permalink
Update vitepress /base/ path
Browse files Browse the repository at this point in the history
  • Loading branch information
gezhaoyou committed Jan 20, 2024
1 parent 1a4fa4e commit bfa24a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ import { defineConfig } from 'vitepress'
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "GPUPixel",
description: "GPUJJJJJJ",
description: "Cross-Platform AI Beauty Effects Library",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
base: '/gpupixel/'
nav: [
{ text: 'Home', link: '/' },
{ text: 'Examples', link: '/markdown-examples' }
Expand Down

0 comments on commit bfa24a6

Please sign in to comment.