Skip to content

Commit

Permalink
attempt image up
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Nelson committed Aug 17, 2023
1 parent ddcbc1f commit 7d25d03
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 2 deletions.
Binary file added public/assets/drink/amaretto-sour.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/drink/manhattan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/martini.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/negroni.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/new-york-sour.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/drink/old-fashioned.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/rosemary-sour.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/sazerac.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/whiskey-sour.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/content/drink/old-fashioned.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Old Fashioned"
meta_title: "Old Fashioned"
author: "Reed Nelson"
draft: false
description: "description"
image: "/assets/drink/old-fashioned.jpg"

spirits: ["whiskey"]
bottles: ["ango"]
tags: ["classic", "spirit-forward"]

ingredients:
list:
- "Whiskey"
- "Angostura bitters"
- "Agave Syrup"
qty:
- "2 oz"
- "4 dashes"
- "1/4 oz"

instructions:
- "Stir"
- "Pour over a rock"
---
4 changes: 2 additions & 2 deletions src/layouts/components/DrinkCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const { title, image, spirits } = data.data;
class="mb-6 w-full rounded"
src={image}
alt={title}
width={445}
height={230}
width={1920}
height={1080}
format="webp"
/>
)
Expand Down

0 comments on commit 7d25d03

Please sign in to comment.