diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 67d018d..84c0d8f 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -4,6 +4,8 @@ export default defineConfig({ title: 'Vue 3D Mockup', description: '📱 A 3D phone mockup component to showcase your apps', base: '/vue-three-d-mockup/', + lang: 'en-US', + lastUpdated: true, themeConfig: { nav: [ { text: 'Guide', link: '/guide' }, diff --git a/docs/index.md b/docs/index.md index c2d38a8..8bb19db 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,7 +22,7 @@ import screenImage from './assets/screen.png';
Guide