diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index a6667a5..5d5b819 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -2,7 +2,8 @@ import '@picocss/pico/css/pico.blue.min.css'; const title = 'Six Degrees of Formula 1'; -const description = 'Get all the shortest paths between two F1 drivers'; +const description = + 'Get all the shortest paths between two F1 drivers and their teammates'; --- @@ -21,6 +22,15 @@ const description = 'Get all the shortest paths between two F1 drivers'; + { + import.meta.env.PROD && ( +