aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/getting-started/vite.md
AgeCommit message (Collapse)AuthorFilesLines
2024-04-01docs: resize docs bundler images and fix dimensions (#39824)XhmikosR1-1/+1
The dimensions must be of the non-2x image.
2024-04-01Add a render image hook (#39768)XhmikosR1-2/+2
Images are now lazyloaded, they have width and height attributes and the classes are centralized. Only applies to Markdown images
2024-03-06Improve front matter "added" paramsXhmikosR1-0/+3
Add missing ones and add the ability to show or hide the badge Fixes a few more 404 errors in the version picker
2024-02-13Docs: fix typos in Vite, Parcel and Webpack guides (#39592)Robert Martin1-4/+4
Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2023-11-21Docs: change vite config path import in vite guide (#39418)Julien Déramond1-2/+2
2023-04-05Docs: remove moot `hot` option from Vite guide (#38405)Julien Déramond1-2/+1
2023-03-23Update Vite, Parcel and Webpack guides (#38305)Julien Déramond1-25/+8
Co-authored-by: XhmikosR <[email protected]>
2022-12-26Docs: change some title containing '&' to bypass Algolia issueJulien Déramond1-1/+1
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR1-0/+199
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>