- Published on
Deployment ๐
- Authors
-
-
- Name
- Mรกximo Mussini
- @maximomussini
-
Run jekyll build as usual, and jekyll-vite
will take care of running
Vite.js to compile assets.
Besides the advantages during development, you get the best out of RollupJS in production.
For example, asset fingerprinting enables simple caching, better performance, and ensures no users experience stale assets ๐
GitHub Pages does not support all Jekyll plugins, so you will need to build it in a workflow, or host it in a different serviceโsuch as Netlify, where this site is hosted.
Remember to install all npm packages that are necessary to build the frontend assets.