diff options
Diffstat (limited to 'examples/docs/src/layouts/Main.astro')
-rw-r--r-- | examples/docs/src/layouts/Main.astro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/docs/src/layouts/Main.astro b/examples/docs/src/layouts/Main.astro index b741098ef..e6f30faca 100644 --- a/examples/docs/src/layouts/Main.astro +++ b/examples/docs/src/layouts/Main.astro @@ -17,6 +17,9 @@ editHref = `https://github.com/snowpackjs/astro/tree/main/examples/doc/src/pages <link rel="stylesheet" href="/index.css" /> <script src="/theme.js" /> + <link rel="icon" + type="image/svg+xml" + href="/favicon.svg"> <style> body { |