@@ -5,6 +5,22 @@ export default defineConfig({
5
5
title : "Jwc.js" ,
6
6
description : "A JavaScript framework for using JSX to write web components on the web." ,
7
7
lastUpdated : true ,
8
+
9
+ head : [
10
+ [ 'link' , { rel : 'icon' , href : '/logo.svg' , type : 'image/svg+xml' } ] ,
11
+ [ 'meta' , { name : 'author' , content : `wibus-wee, AkaraChen contributors` } ] ,
12
+ [ 'meta' , { name : 'keywords' , content : 'typescript, node, jwcjs, web-component, web-component-framework' } ] ,
13
+ [ 'meta' , { property : 'og:title' , content : "Jwc.js" } ] ,
14
+ [ 'meta' , { property : 'og:description' , content : "A JavaScript framework for using JSX to write web components on the web." } ] ,
15
+ [ 'meta' , { property : 'og:url' , content : "https://jwc.js.org" } ] ,
16
+ [ 'meta' , { property : 'og:image' , content : "/social-media.png" } ] ,
17
+ [ 'meta' , { name : 'twitter:title' , content : "Jwc.js" } ] ,
18
+ [ 'meta' , { name : 'twitter:description' , content : "A JavaScript framework for using JSX to write web components on the web." } ] ,
19
+ [ 'meta' , { name : 'twitter:image' , content : "/social-media.png" } ] ,
20
+ [ 'meta' , { name : 'twitter:card' , content : 'summary_large_image' } ] ,
21
+ [ 'link' , { rel : 'mask-icon' , href : '/logo.svg' , color : '#ffffff' } ] ,
22
+ ] ,
23
+
8
24
themeConfig : {
9
25
logo : "/logo.svg" ,
10
26
0 commit comments