We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4875af1 commit 6c00a3eCopy full SHA for 6c00a3e
1 file changed
.vitepress/config.js
@@ -4,6 +4,7 @@ export default defineConfig({
4
title: 'TokySnatcher',
5
description: 'Modern audiobook downloader for TokyBook with real-time progress tracking',
6
base: '/TokySnatcher/', // This will be the base path for GitHub Pages
7
+ outDir: './dist', // Build to root dist folder for GitHub Actions
8
ignoreDeadLinks: true, // Ignore all dead link checks for now
9
head: [
10
['meta', { name: 'theme-color', content: '#3b82f6' }],
0 commit comments