Skip to content

Commit 7cb6029

Browse files
author
Eugenio Topa
committed
[FIX] Config Vitepress
1 parent fe898b4 commit 7cb6029

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
release:
99
types: [created]
1010
push:
11-
branches: [main, develop]
11+
branches: [main]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

docs/.vitepress/config.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
import { defineConfig } from "vitepress"
22

33
export default defineConfig({
4-
vue: {
5-
template: {
6-
compilerOptions: {
7-
isCustomElement: (tag) => tag.includes('hy-vue-')
8-
}
9-
}
10-
},
4+
115
lang: 'en-US',
126
title: "Hyper Vue Gantt",
137
description: "Documentation for the Huper Vue Gantt Chart Library",
14-
base: '/hy-vue-gantt/',
8+
base: '/HyVueGantt/',
159
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
1610

1711
themeConfig: {

0 commit comments

Comments
 (0)