update code to match description (#1422)

This commit is contained in:
Brandon Stephens 2021-09-23 20:52:26 -04:00 committed by GitHub
parent 2ac02255a3
commit bc01a49e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ As of [version 0.20.0](https://github.com/snowpackjs/astro/releases/tag/astro%40
```astro
<link
rel="stylesheet"
href={Astro.resolve("../assets/global.css")}
href={Astro.resolve("../styles/global.css")}
>
```