mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 17:05:32 -04:00
proper cwd for mdx components
This commit is contained in:
@@ -11,10 +11,10 @@ tags:
|
||||
image: "/static/images/notes/dropping-dropbox/email.png"
|
||||
---
|
||||
|
||||
import Image from "./components/media/Image";
|
||||
import Figure from "./components/media/Figure";
|
||||
import Tweet from "./components/media/Tweet";
|
||||
import Video from "./components/media/Video";
|
||||
import Image from "../components/media/Image";
|
||||
import Figure from "../components/media/Figure";
|
||||
import Tweet from "../components/media/Tweet";
|
||||
import Video from "../components/media/Video";
|
||||
|
||||
I've been a loyal Dropbox user since its inception as a [Y Combinator startup](https://www.ycombinator.com/apply/dropbox/) ten years ago. Having a folder on all of my devices that instantly synchronized with each other was a game-changer for me, and I grew dependent on it more and more as they gave out free storage like candy — 48 GB for having a Samsung Chromebook, 1 GB for "Posting \<3 to Twitter," and so on — until I needed to upgrade to Dropbox Pro. But this month I canceled my Pro subscription after a few too many strikes.
|
||||
|
||||
|
Reference in New Issue
Block a user