diff options
Diffstat (limited to 'examples/subpath/src/pages/index.astro')
-rw-r--r-- | examples/subpath/src/pages/index.astro | 5 |
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"> |