fixed bug for audio and video downloading

This commit is contained in:
RockYang
2024-11-05 11:38:32 +08:00
parent ff9142ddd4
commit 6e03f4b363
5 changed files with 30 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ module.exports = defineConfig({
]
},
publicPath: process.env.NODE_ENV === 'production' ? '/' : '/',
publicPath: '/',
outputDir: 'dist',
crossorigin: "anonymous",