diff --git a/web/public/favicon.svg b/web/public/favicon.svg new file mode 100644 index 0000000..f01c1b5 --- /dev/null +++ b/web/public/favicon.svg @@ -0,0 +1,19 @@ + diff --git a/web/src/layouts/Layout.astro b/web/src/layouts/Layout.astro index 38ea321..d4fc872 100644 --- a/web/src/layouts/Layout.astro +++ b/web/src/layouts/Layout.astro @@ -17,6 +17,7 @@ const { title, description } = Astro.props;