Skip to content

Commit bc42ba8

Browse files
committed
debugging.
1 parent 1f75045 commit bc42ba8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
uses: peaceiris/actions-gh-pages@v4
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
40-
publish_dir: ./.vitepress/dist
40+
publish_dir: ./vitepress/dist
4141
cname: devdocs.aureuserp.com

.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default defineConfig({
55
lang: 'en-US',
66
srcDir: 'src',
77
title: 'Aureus ERP',
8+
base: '/',
89
description: 'The powerful Open Source ERP platform built on Laravel',
910
head: [
1011
['link', { rel: 'icon', href: '/favicon.ico' }],

0 commit comments

Comments
 (0)