Temporary patch to base urls until fixed in vitepress

This commit is contained in:
2022-07-24 15:50:04 +03:00
parent 52da07f476
commit e0aef1da99
2 changed files with 3 additions and 1 deletions

View File

@@ -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' },