Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
refactor: cleanup assets (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats authored Feb 10, 2023
1 parent a32d26f commit 5d876e6
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ For questions or problems regarding modules, please e-mail [email protected].
These Deno images are distributed under the MIT license (public domain and free
for use).

- [A graphic for the v1 blog post by @hashrock](https://deno.land/v1.jpg)
- [A graphic for the v1 blog post by @hashrock](https://deno.land/images/artwork/v1.png)
10 changes: 5 additions & 5 deletions components/ContentMeta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ type OgType = "website" | "article";

const OgImagePath = {
"generic": {
img: "https://deno.land/og-image.png",
img: "https://deno.land/og/image.png",
alt: "A logo of a sauropod in the rain and the word Deno",
},
"manual": {
img: "https://deno.land/og-manual.png",
img: "https://deno.land/og/manual.png",
alt: "A logo of a sauropod reading a book and the title Deno Manual",
},
"api": {
img: "https://deno.land/og-api.png",
img: "https://deno.land/og/api.png",
alt: "A logo of a sauropod reading a book and the title Deno API Reference",
},
"std": {
img: "https://deno.land/og-std.png",
img: "https://deno.land/og/std.png",
alt:
"A logo of a sauropod holding a stack of books and the title Deno Standard Library",
},
"modules": {
img: "https://deno.land/og-modules.png",
img: "https://deno.land/og/modules.png",
alt:
"A logo of a sauropod looking at some blocks on a table and the title Deno Modules",
},
Expand Down
2 changes: 1 addition & 1 deletion data/artwork.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"date": "2020-05-13",
"image": "/v1.png",
"image": "/images/artwork/v1.png",
"title": "Deno 1.0",
"alt": "a gloomy scene with a white dinosaur standing in the rain on a purple planet",
"artist": {
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed static/v1.jpg
Binary file not shown.
Binary file removed static/v1_wide.jpg
Binary file not shown.
Binary file removed static/v1_wide.png
Binary file not shown.

0 comments on commit 5d876e6

Please sign in to comment.