summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-tailwindcss/src/pages/index.astro')
-rw-r--r--examples/with-tailwindcss/src/pages/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/src/pages/index.astro b/examples/with-tailwindcss/src/pages/index.astro
index 6c0408c8d..10f370ba3 100644
--- a/examples/with-tailwindcss/src/pages/index.astro
+++ b/examples/with-tailwindcss/src/pages/index.astro
@@ -12,7 +12,7 @@ import Button from '../components/Button.astro';
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>Astro + TailwindCSS</title>
- <link rel="stylesheet" type="text/css" href="/global.css">
+ <link rel="stylesheet" type="text/css" href={Astro.resolve("../styles/global.css")}>
</head>
<body>