summaryrefslogtreecommitdiff
path: root/examples/subpath/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/subpath/src/pages/index.astro')
-rw-r--r--examples/subpath/src/pages/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/subpath/src/pages/index.astro b/examples/subpath/src/pages/index.astro
index 44cb83358..a7620accd 100644
--- a/examples/subpath/src/pages/index.astro
+++ b/examples/subpath/src/pages/index.astro
@@ -1,4 +1,5 @@
---
+import '../styles/main.scss';
import Time from '../components/Time.jsx';
---
@@ -6,7 +7,6 @@ import Time from '../components/Time.jsx';
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
- <link rel="stylesheet" href={Astro.resolve('../styles/main.scss')} />
<meta name="viewport" content="width=device-width" />
<title>Welcome to Astro</title>
</head>