Skip to content

Commit 0b1b32b

Browse files
committed
docs fixex
1 parent 68c8d96 commit 0b1b32b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: |
4141
cd docs
4242
npx vitepress build
43+
env:
44+
BASE_URL: /
4345

4446
- name: Upload artifact
4547
uses: actions/upload-pages-artifact@v4

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
title: "SwitchCraft",
66
description: "The Ultimate Packaging Assistant for IT Professionals - Streamline your application packaging workflow with smart analysis, Intune integration, and AI assistance.",
77

8-
base: process.env.BASE_URL || '/SwitchCraft/',
8+
base: process.env.BASE_URL || '/',
99

1010
// English only
1111
lang: 'en-US',

0 commit comments

Comments
 (0)