From b5f5e853bd03d87e60c408096fc7131418d866a4 Mon Sep 17 00:00:00 2001 From: hypercross Date: Thu, 26 Feb 2026 00:40:11 +0800 Subject: [PATCH] fix: preview content --- rsbuild.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rsbuild.config.ts b/rsbuild.config.ts index 27fc772..ff8e09e 100644 --- a/rsbuild.config.ts +++ b/rsbuild.config.ts @@ -29,5 +29,8 @@ export default defineConfig({ distPath: { root: 'dist/web', }, + copy: [ + { from: './content', to: 'content' }, + ], }, });