diff --git a/docs/components/f-three.md b/docs/components/f-three.md index d3ead3a..0417fae 100644 --- a/docs/components/f-three.md +++ b/docs/components/f-three.md @@ -10,7 +10,7 @@ First, let's create a scene with `` component. Then let's add `` with `geometry` and `material` props. -Use the mouse or pointer to adjust the rotation of the scene. +> Use the mouse or pointer to adjust the rotation of the scene. ```md + + diff --git a/vite.config.app.ts b/vite.config.app.ts index 8c856e6..37e26c7 100644 --- a/vite.config.app.ts +++ b/vite.config.app.ts @@ -71,7 +71,6 @@ export default defineConfig({ ViteIcons({ autoInstall: true }), ], build: { - emptyOutDir: false, outDir: "dist/docs", }, });