Skip to content

Commit b1df818

Browse files
πŸ› Change configuration to move PDF files in a public directory (#52)
* πŸ› Fix configuration adding ignoreDeadLinks for specific files format * πŸ› Fix configuration to move PDF in a public directory
1 parent 87771dd commit b1df818

22 files changed

Lines changed: 1 addition & 1 deletion

β€Ždocs/.vitepress/config.mtsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
/\.vpl3$/
1111
],
1212
vite: {
13-
assetsInclude: ['**/*.sb2', '**/*.sb3', '**/*.vpl3']
13+
assetsInclude: ['**/*.sb2', '**/*.sb3', '**/*.vpl3', '**/*.pdf']
1414
},
1515
themeConfig: {
1616
nav: [
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)