File tree 2 files changed +26
-0
lines changed
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ export default ( ) => (
2
+ < >
3
+ < h2 > Comments</ h2 >
4
+ < script
5
+ src = "https://giscus.app/client.js"
6
+ data-repo = "apacheli/apacheli.github.io"
7
+ data-repo-id = "R_kgDOLt0Zpg"
8
+ data-category = "General"
9
+ data-category-id = "DIC_kwDOLt0Zps4CkjKo"
10
+ data-mapping = "title"
11
+ data-strict = "1"
12
+ data-reactions-enabled = "1"
13
+ data-emit-metadata = "1"
14
+ data-input-position = "top"
15
+ data-theme = "preferred_color_scheme"
16
+ data-lang = "en"
17
+ data-loading = "lazy"
18
+ crossorigin = "anonymous"
19
+ async
20
+ />
21
+ </ >
22
+ ) ;
Original file line number Diff line number Diff line change
1
+ import Comments from " @components/Comments"
2
+
1
3
export const title = " Hello, World!"
2
4
export const description = " hello world"
3
5
export const date = " 2024-11-22"
@@ -14,3 +16,5 @@ World so high, let me show
14
16
And hear my declaration
15
17
16
18
"No more ties"
19
+
20
+ <Comments />
You can’t perform that action at this time.
0 commit comments