You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that there's a JSON API for Deno blog posts that allows us to filter
by tags, we can pull in the three latest JSR blog posts and display them
on the JSR homepage.
**NOTE:** because of CORS, this won't work locally. The images will load
properly once live, however. (You can run your own `dotcom` locally,
update its `_middleware.ts` file to allow your local JSR domain, and
replace all image URLs to point to your local dotcom localhost domain
instead of `deno.com` to verify.)
<img width="1279" alt="image"
src="https://github.com/jsr-io/jsr/assets/22334764/cd2c2675-1cbf-4098-9ba0-1762c674d706">
0 commit comments