diff options
Diffstat (limited to 'examples/docs')
-rw-r--r-- | examples/docs/src/components/HeadCommon.astro | 6 | ||||
-rw-r--r-- | examples/docs/src/styles/code.css (renamed from examples/docs/public/code.css) | 0 | ||||
-rw-r--r-- | examples/docs/src/styles/index.css (renamed from examples/docs/public/index.css) | 0 | ||||
-rw-r--r-- | examples/docs/src/styles/theme.css (renamed from examples/docs/public/theme.css) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/examples/docs/src/components/HeadCommon.astro b/examples/docs/src/components/HeadCommon.astro index fded99bd4..fd24a81d8 100644 --- a/examples/docs/src/components/HeadCommon.astro +++ b/examples/docs/src/components/HeadCommon.astro @@ -8,9 +8,9 @@ <link rel="sitemap" href="/sitemap.xml"/> <!-- Global CSS --> -<link rel="stylesheet" href="/theme.css" /> -<link rel="stylesheet" href="/code.css" /> -<link rel="stylesheet" href="/index.css" /> +<link rel="stylesheet" href={Astro.resolve('../styles/theme.css')} /> +<link rel="stylesheet" href={Astro.resolve('../styles/code.css')} /> +<link rel="stylesheet" href={Astro.resolve('../styles/index.css')} /> <!-- Preload Fonts --> <link rel="preconnect" href="https://fonts.googleapis.com"> diff --git a/examples/docs/public/code.css b/examples/docs/src/styles/code.css index 3fbb26626..3fbb26626 100644 --- a/examples/docs/public/code.css +++ b/examples/docs/src/styles/code.css diff --git a/examples/docs/public/index.css b/examples/docs/src/styles/index.css index e1e2e96c6..e1e2e96c6 100644 --- a/examples/docs/public/index.css +++ b/examples/docs/src/styles/index.css diff --git a/examples/docs/public/theme.css b/examples/docs/src/styles/theme.css index 1bd29c2f6..1bd29c2f6 100644 --- a/examples/docs/public/theme.css +++ b/examples/docs/src/styles/theme.css |