Skip to content

Commit 8b2e87e

Browse files
committed
home seo added, default base url updated
1 parent 3cf3a84 commit 8b2e87e

File tree

3 files changed

+11
-26
lines changed

3 files changed

+11
-26
lines changed

docs/.vitepress/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineConfig, HeadConfig } from 'vitepress'
33

44
dotenv.config();
55

6-
const base_url = process.env.VITEPRESS_BASE_URL || 'https://github.com/codeboxrcodehub/comforthrmdocs2222';
6+
const base_url = process.env.VITEPRESS_BASE_URL || 'https://github.com/codeboxrcodehub/comforthrmdocs';
77

88
export default {
99
sitemap: {

docs/comfortjob/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ type: "type"
77
site_name: "Comfort HRM"
88
image: "https://comforthrm.com/assets/images/seo.png"
99
card: "article"
10-
1110
---
1211

1312
# Comfort Job Documentation

docs/index.md

+10-24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
---
2+
23
layout: home
34

5+
title: "Comfort HRM"
6+
description: "Comfort index description."
7+
keywords: "Comfort index keywords."
8+
url: "/comfortjob/"
9+
type: "type"
10+
site_name: "Comfort HRM"
11+
image: "https://comforthrm.com/assets/images/seo.png"
12+
card: "article"
13+
414
# Hero section
515
hero:
616
name: Comfort HRM
@@ -32,30 +42,6 @@ features:
3242
title: Stylish and cool
3343
details: Lorem ipsum...
3444

35-
# Meta property
36-
head:
37-
- - meta
38-
- property: og:type
39-
content: website
40-
- - meta
41-
- property: og:title
42-
content: Comfort HRM
43-
- - meta
44-
- property: og:image
45-
content: https://user-images.githubusercontent.com/62628408/200117602-4b274d14-b1b2-4f61-8dcd-9f9482c677a0.png
46-
- - meta
47-
- property: og:url
48-
content: https://vitejs.dev/blog/announcing-vite3
49-
- - meta
50-
- name: title
51-
content: Comfort HRM
52-
- - meta
53-
- name: twitter:card
54-
content: https://user-images.githubusercontent.com/62628408/200117602-4b274d14-b1b2-4f61-8dcd-9f9482c677a0.png
55-
- - link
56-
- rel: icon
57-
type: image/svg
58-
href: logo.png
5945
---
6046

6147
<!-- Custom home layout -->

0 commit comments

Comments
 (0)