mirror of
https://github.com/anatolykopyl/vue-three-d-mockup.git
synced 2026-03-26 21:05:10 +00:00
Temporary patch to base urls until fixed in vitepress
This commit is contained in:
@@ -4,6 +4,8 @@ export default defineConfig({
|
|||||||
title: 'Vue 3D Mockup',
|
title: 'Vue 3D Mockup',
|
||||||
description: '📱 A 3D phone mockup component to showcase your apps',
|
description: '📱 A 3D phone mockup component to showcase your apps',
|
||||||
base: '/vue-three-d-mockup/',
|
base: '/vue-three-d-mockup/',
|
||||||
|
lang: 'en-US',
|
||||||
|
lastUpdated: true,
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
nav: [
|
nav: [
|
||||||
{ text: 'Guide', link: '/guide' },
|
{ text: 'Guide', link: '/guide' },
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ import screenImage from './assets/screen.png';
|
|||||||
|
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a
|
<a
|
||||||
href="/guide"
|
href="/vue-three-d-mockup/guide"
|
||||||
class="buttons__button"
|
class="buttons__button"
|
||||||
>
|
>
|
||||||
Guide
|
Guide
|
||||||
|
|||||||
Reference in New Issue
Block a user