upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit ee79db9104 - Show all commits

View File

@ -33,7 +33,7 @@ export default Home
For a markdown file, the default image tag can be used and the default `img` tag gets replaced by the `Image` component in the build process. For a markdown file, the default image tag can be used and the default `img` tag gets replaced by the `Image` component in the build process.
Assuming we have a file called `ocean.jpg` in `data/img/ocean.jpg`, the following line of code would generate the optimized image. Assuming we have a file called `ocean.jpg` in `static/images/ocean.jpg`, the following line of code would generate the optimized image.
``` ```
![ocean](/static/images/ocean.jpg) ![ocean](/static/images/ocean.jpg)