diff --git a/rsbuild.config.ts b/rsbuild.config.ts index 7a54f9d..31d877a 100644 --- a/rsbuild.config.ts +++ b/rsbuild.config.ts @@ -44,8 +44,5 @@ export default defineConfig({ distPath: { root: 'dist/web', }, - copy: [ - { from: './content', to: 'content' }, - ], }, });