Skip to content

feat(nuxt-lazy-load): Adding plugin to optimize blog assets

Miracle Banks requested to merge blog-asset-optimization into main

The code changes are related to adding a new module called "nuxt-lazy-load" to the project. This module helps improve the performance of the application by loading images and other heavy content only when they are needed, reducing the initial load time of the page.

related to: #190

Edited by Miracle Banks

Merge request reports