Fix typo (#1151)
This commit is contained in:
parent
f4169f92fe
commit
d18402de3a
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ Since `src/pages/about.astro` will build to `/about/index.html`, you may not hav
|
|||
<img src="/thumbnail.png" />
|
||||
```
|
||||
|
||||
The recommended approach is to place files within `public/*`. This references a file it `public/thumbnail.png`, which will resolve to `/thumbnail.png` at the final build (since `public/` ends up at `/`).
|
||||
The recommended approach is to place files within `public/*`. This references a file at `public/thumbnail.png`, which will resolve to `/thumbnail.png` at the final build (since `public/` ends up at `/`).
|
||||
|
||||
#### Option 2: Asset import references
|
||||
|
||||
|
|
Loading…
Reference in a new issue