diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..a678d68 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,9 @@ +--- +import Base from "@/layouts/base"; +--- + + +
+ 🥧 404 🥧 +
+ \ No newline at end of file diff --git a/src/pages/tags/[name].astro b/src/pages/tags/[name].astro index 4d0285a..130a9bf 100644 --- a/src/pages/tags/[name].astro +++ b/src/pages/tags/[name].astro @@ -12,7 +12,7 @@ const recipes = await client.getRecipesOfTag(name) // todo redir to 404 if not f {recipes.length} { recipes.length == 1 ? "Recipe" : "Recipes" } with: {name}

-
+
{ recipes.map(r => (