mirror of
https://github.com/anatolykopyl/vue-three-d-mockup.git
synced 2026-03-26 12:55:08 +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',
|
||||
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' },
|
||||
|
||||
@@ -22,7 +22,7 @@ import screenImage from './assets/screen.png';
|
||||
|
||||
<div class="buttons">
|
||||
<a
|
||||
href="/guide"
|
||||
href="/vue-three-d-mockup/guide"
|
||||
class="buttons__button"
|
||||
>
|
||||
Guide
|
||||
|
||||
Reference in New Issue
Block a user