Skip to content

Commit 6c00a3e

Browse files
committed
Fix GitHub Pages build: configure VitePress to output to ./dist instead of .vitepress/dist
1 parent 4875af1 commit 6c00a3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.vitepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default defineConfig({
44
title: 'TokySnatcher',
55
description: 'Modern audiobook downloader for TokyBook with real-time progress tracking',
66
base: '/TokySnatcher/', // This will be the base path for GitHub Pages
7+
outDir: './dist', // Build to root dist folder for GitHub Actions
78
ignoreDeadLinks: true, // Ignore all dead link checks for now
89
head: [
910
['meta', { name: 'theme-color', content: '#3b82f6' }],

0 commit comments

Comments
 (0)