File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ export default defineConfig({
4141 repoId : "R_kgDOQWQ-Ng" ,
4242 category : "General" ,
4343 categoryId : "DIC_kwDOQWQ-Ns4Cx2No" ,
44- mapping : "og:title"
44+ mapping : "og:title" ,
45+ lazy : true
4546 } ) ,
4647 starlightSidebarTopics (
4748 [
@@ -1071,7 +1072,8 @@ export default defineConfig({
10711072 ] ,
10721073 components : {
10731074 LastUpdated : "./src/components/LastUpdated.astro" ,
1074- Head : "./src/components/Head.astro"
1075+ Head : "./src/components/Head.astro" ,
1076+ Pagination : "./src/components/CustomPagination.astro"
10751077 }
10761078 } ) ,
10771079 AstroPWA ( {
Original file line number Diff line number Diff line change 1+ ---
2+ import Comments from ' starlight-giscus/components/Comments.astro' ;
3+ import OriginalPagination from ' @astrojs/starlight/components/Pagination.astro' ;
4+ ---
5+
6+ <OriginalPagination />
7+
8+ <Comments />
You can’t perform that action at this time.
0 commit comments