Skip to content

Commit

Permalink
deploy: change the base url
Browse files Browse the repository at this point in the history
  • Loading branch information
cccoding365 committed Oct 22, 2023
1 parent b9b6be6 commit 29c1edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import sidebar from './sidebar.config';

// https://vitepress.dev/reference/site-config
export default defineConfig({
base: "/ccdevdocs/",
// base: "/ccdevdocs/",
title: "DevDocs",
head: [["link", { rel: "icon", href: "/ccdevdocs/logo.svg" }]],
head: [["link", { rel: "icon", href: "/logo.svg" }]],
cleanUrls: true,

markdown: {
Expand Down

0 comments on commit 29c1edb

Please sign in to comment.