File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22import { getEntry , render } from " astro:content" ;
33import Markdown from " @components/misc/Markdown.astro" ;
4+ import friendsItems from " ../_data/friends.json" ;
45import I18nKey from " ../i18n/i18nKey" ;
56import { i18n } from " ../i18n/translation" ;
67import MainGridLayout from " ../layouts/MainGridLayout.astro" ;
7- import friendsItems from " ../_data/friends.json" ;
88
99const friendsPage = await getEntry (" spec" , " friends" );
1010
Original file line number Diff line number Diff line change 22import path from " node:path" ;
33import License from " @components/misc/License.astro" ;
44import Markdown from " @components/misc/Markdown.astro" ;
5- import Giscus from " ../../components/misc/Giscus.astro" ;
65import I18nKey from " @i18n/i18nKey" ;
76import { i18n } from " @i18n/translation" ;
87import MainGridLayout from " @layouts/MainGridLayout.astro" ;
98import { getSortedPosts } from " @utils/content-utils" ;
109import { getDir , getPostUrlBySlug } from " @utils/url-utils" ;
1110import { Icon } from " astro-icon/components" ;
1211import { licenseConfig } from " src/config" ;
12+ import Giscus from " ../../components/misc/Giscus.astro" ;
1313import ImageWrapper from " ../../components/misc/ImageWrapper.astro" ;
1414import PostMetadata from " ../../components/PostMeta.astro" ;
1515import { profileConfig , siteConfig } from " ../../config" ;
You can’t perform that action at this time.
0 commit comments