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
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build_vue:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -3,6 +3,7 @@ import { defineConfig } from 'vitepress'
|
||||
export default defineConfig({
|
||||
title: 'Vue 3D Mockup',
|
||||
description: '📱 A 3D phone mockup component to showcase your apps',
|
||||
base: '/vue-three-d-mockup/',
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{ text: 'Guide', link: '/guide' },
|
||||
|
||||
Reference in New Issue
Block a user