mirror of
https://github.com/anatolykopyl/vue-three-d-mockup.git
synced 2026-03-26 04:45:09 +00:00
base url
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -1,5 +1,10 @@
|
|||||||
name: Build Docs
|
name: Build Docs
|
||||||
on: [push]
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_vue:
|
build_vue:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ import { defineConfig } from 'vitepress'
|
|||||||
export default defineConfig({
|
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/',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
nav: [
|
nav: [
|
||||||
{ text: 'Guide', link: '/guide' },
|
{ text: 'Guide', link: '/guide' },
|
||||||
|
|||||||
Reference in New Issue
Block a user