mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-18 01:25:35 -04:00
passing a custom link component to mdx was unnecessary
This commit is contained in:
@@ -10,7 +10,7 @@ tags:
|
||||
image: "/static/images/notes/y2k-sandbox/screenshot.png"
|
||||
---
|
||||
|
||||
import Image from "./components/embeds/Image";
|
||||
import Image from "./components/media/Image";
|
||||
|
||||
A few months ago, I stumbled upon [my first website ever](https://jakejarvis.github.io/my-first-website/) on an old floppy disk. Despite the instant cringing, I [uploaded it](https://github.com/jakejarvis/my-first-website) to GitHub, [collected other iterations](/previously/), and made an [#awesome-list](https://github.com/jakejarvis/awesome-first-code) of others who were brave and/or shameless enough to do the same. But why not take that ~~one~~ 1,000 steps further?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user