diff --git a/src/pages/recipe/new.astro b/src/pages/recipe/new.astro index 4783683..2d3dbe3 100644 --- a/src/pages/recipe/new.astro +++ b/src/pages/recipe/new.astro @@ -8,13 +8,50 @@ import InfoView from "@/components/Detail/InfoView"; const { recipeid } = Astro.params; +// Actually post the recipe with the stored variables +async function submitRecipe() { + +} + --- @@ -40,6 +77,7 @@ const { recipeid } = Astro.params;

Ingredients

+