1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 06:01:17 -04:00

extract codepen embed as a component

This commit is contained in:
2022-06-06 10:47:56 -04:00
parent 3f931e01ce
commit a1326e4ccb
6 changed files with 123 additions and 74 deletions

View File

@@ -19,6 +19,7 @@ export const Video = dynamic(() => import("../../components/Video"));
export const YouTube = dynamic(() => import("../../components/YouTubeEmbed"));
export const Tweet = dynamic(() => import("../../components/TweetEmbed"));
export const Gist = dynamic(() => import("../../components/GistEmbed"));
export const CodePen = dynamic(() => import("../../components/CodePenEmbed"));
// One-offs for specific posts:
export const OctocatLink = dynamic(() => import("../../components/OctocatLink"));