fix: formatting
This commit is contained in:
parent
48cd7bf098
commit
43d45f33c1
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ Trakt's backups are in JSON so I went to work coercing them into CSVs to upload
|
|||
- For TV shows I kept a similar data set and linked it to an episodes table via the `tmdb_id`. I used this ID to link out to [TMDB](http://themoviedb.org) and simplify my image URLs.
|
||||
|
||||
<img src="https://coryd.dev/.netlify/images/?url=https://coryd.dev/media/blog/watched-media-schema.png&w=1000&fm=webp&q=75" class="image-banner" loading="lazy" decoding="async" alt="A diagram of my watched media tables" width="1000" height="434" />
|
||||
|
||||
The watched data for [my now page](https://coryd.dev/now) is now sourced from these tables and I've built out [a dedicated watching page](https://coryd.dev/watching/). The hero image is randomly selected from my favorite movies at built time, as are the 6 TV shows and movies in their respective favorite sections.
|
||||
|
||||
I have lists of shows and movies I'm planning to watch (primarily for my own purposes) for anyone to view.
|
||||
|
|
Reference in a new issue