We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5321c commit 30fce44Copy full SHA for 30fce44
docs/.vitepress/config.ts
@@ -1,5 +1,5 @@
1
import dotenv from 'dotenv';
2
-import { defineConfig, HeadConfig } from 'vitepress'
+//import { defineConfig, HeadConfig } from 'vitepress'
3
4
dotenv.config();
5
@@ -9,7 +9,7 @@ export default {
9
sitemap: {
10
hostname: base_url
11
},
12
- transformHead: ({ pageData }) => {
+ /*transformHead: ({ pageData }) => {
13
const head: HeadConfig[] = [];
14
15
head.push(['meta', { property: 'keywords', content: pageData.frontmatter.keywords }]);
@@ -32,7 +32,7 @@ export default {
32
head.push(['meta', { property: 'twitter:image', content: pageData.frontmatter.image }]);
33
34
return head
35
- },
+ },*/
36
title: "Comfort ERP",
37
description: "An awesome docs template built by me",
38
lang: 'en-US',
0 commit comments