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.astro5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/subpath/src/pages/index.astro b/examples/subpath/src/pages/index.astro
index 7ecb1f58d..22fd7582f 100644
--- a/examples/subpath/src/pages/index.astro
+++ b/examples/subpath/src/pages/index.astro
@@ -1,6 +1,9 @@
---
-import "../styles/main.scss";
+import "../styles/main.css";
import Time from "../components/Time.jsx";
+
+// Full Astro Component Syntax:
+// https://docs.astro.build/core-concepts/astro-components/
---
<html lang="en">