summaryrefslogtreecommitdiff
path: root/examples/docs/src/layouts/Main.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/src/layouts/Main.astro')
-rw-r--r--examples/docs/src/layouts/Main.astro8
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/docs/src/layouts/Main.astro b/examples/docs/src/layouts/Main.astro
index a00552b36..837b53048 100644
--- a/examples/docs/src/layouts/Main.astro
+++ b/examples/docs/src/layouts/Main.astro
@@ -23,12 +23,10 @@ const githubEditUrl = `https://github.com/USER/REPO/blob/main/${currentFile}`
<title>{content.title}</title>
<link rel="stylesheet" href="/index.css" />
- <link rel="stylesheet" href="/theme.css" />
- <link rel="stylesheet" href="/code.css" />
<script src="/theme.js" />
- <link rel="icon"
- type="image/svg+xml"
- href="/favicon.svg">
+
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+ <link rel="alternate icon" type="image/x-icon" href="/favicon.ico" />
<style>
body {