From 4d8f0799b535021c08d366b274e88e076a714fb2 Mon Sep 17 00:00:00 2001 From: WRXinYue <3322543587@qq.com> Date: Wed, 24 Jul 2024 17:59:33 +0800 Subject: [PATCH] style(docs): optimize mobile responsiveness of documents --- demo/valaxy.config.ts | 1 - docs/layouts/default.vue | 20 ++++++++++++++++++-- docs/valaxy.config.ts | 3 +-- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/demo/valaxy.config.ts b/demo/valaxy.config.ts index 61b688f9..e090b7a5 100644 --- a/demo/valaxy.config.ts +++ b/demo/valaxy.config.ts @@ -260,7 +260,6 @@ export default defineConfig({ vite: { optimizeDeps: { include: [ - 'typewriter-effect/dist/core', 'd3', '@pixi/graphics', '@pixi/settings', diff --git a/docs/layouts/default.vue b/docs/layouts/default.vue index 235bf6cc..efa5887a 100644 --- a/docs/layouts/default.vue +++ b/docs/layouts/default.vue @@ -5,14 +5,14 @@ const isHome = useLayout('home')