Skip to content

Commit

Permalink
docs: set base path
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed May 14, 2024
1 parent ce812e9 commit 5953b58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { withMermaid } from "vitepress-plugin-mermaid";
// https://vitepress.dev/reference/site-config
export default withMermaid(
defineConfig({
base: "/scaffold/",
title: "Scaffold",
description: "A Project and Template Scaffolding Tool",
head: [["link", { rel: "icon", href: "/favicon.webp" }]],
Expand Down

0 comments on commit 5953b58

Please sign in to comment.