Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: tweak sample post with extra note

the3ash a21645f4 82dd19c0

+16 -1
+16 -1
src/content/posts/embedded-content.md
··· 20 20 ``` 21 21 22 22 ``` 23 - 🟡 When embedded content is still loading, the table of contents positioning may be inaccurate. 23 + 🟡 24 + 25 + When embedded content is still loading, the table of contents positioning may be inaccurate. 24 26 ``` 25 27 26 28 ## Link Card 27 29 28 30 ::link{url="https://pitchfork.com/reviews/albums/ichiko-aoba-luminescent-creatures/"} 31 + 32 + ``` 33 + 🟡 34 + 35 + If you don’t need Link Card, you can skip adapter setup: 36 + 37 + - Run「pnpm remove @astrojs/netlify」 38 + - Delete the following content: 39 + - src/component/ui/LinkCard.astro 40 + - src/plugins/remark-embedded-media.mjs (Lines 8 - 32) 41 + - src/pages/api/proxy.ts 42 + - astro.config.ts (Lines 17 & 20) 43 + ``` 29 44 30 45 ## Spotify 31 46