Skip to content

Commit

Permalink
Merge branch 'main' into vite
Browse files Browse the repository at this point in the history
  • Loading branch information
quasystaty1 authored Apr 15, 2024
2 parents 1c5a95c + ae7ae1e commit 447e7d2
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
@@ -1,5 +1,5 @@
import { defineConfig } from 'vitepress'
const { BASE: base = "/" } = process.env;
const { BASE: base = "/docs" } = process.env;

// https://vitepress.dev/reference/site-config
export default defineConfig({
Expand Down

0 comments on commit 447e7d2

Please sign in to comment.