update code to match description (#1422)
This commit is contained in:
parent
2ac02255a3
commit
bc01a49e33
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ As of [version 0.20.0](https://github.com/snowpackjs/astro/releases/tag/astro%40
|
||||||
```astro
|
```astro
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href={Astro.resolve("../assets/global.css")}
|
href={Astro.resolve("../styles/global.css")}
|
||||||
>
|
>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue