From 43face2ab3e5a9289c0c94f70852e1f168a11fea Mon Sep 17 00:00:00 2001 From: "max.lee" Date: Wed, 4 Oct 2023 23:33:24 +0800 Subject: [PATCH] [documentation] update documentation --- doc/.vitepress/config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/.vitepress/config.mts b/doc/.vitepress/config.mts index d2a0b64..35bbe43 100644 --- a/doc/.vitepress/config.mts +++ b/doc/.vitepress/config.mts @@ -11,6 +11,7 @@ export default defineConfig({ ['meta', { property: 'og:url', content: "https://f820602h.github.io/vue-stage-play/" }], ['meta', { property: 'og:title', content: 'Vue Stage Play' }], ['meta', { property: 'og:description', content: 'Designing a guided tour for your website with vue components, much like directing a stage play' }], + ['style', {}, `#VPContent {max-width: 100vw; overflow: hidden;}`] ], title: "Vue Stage Play",