fixed bug for audio and video downloading

This commit is contained in:
RockYang
2024-11-05 11:38:32 +08:00
parent cbc9eb3a59
commit 5be4e83876
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",