documentation: missing configuration of vue
when using unlazy-img
which leads built docs with 404 of images
#363
Labels
difficulty/medium
Medium level to deal with / implement against
documentation
Improvements or additions to documentation
pkg/unlazy-img
Related to @nolebase/markdown-it-unlazy-img
I have read the documentation and configured
@nolebase/vitepress-plugin-thumbnail-hash
and@nolebase/markdown-it-unlazy-img
.After running the
docs:dev
command, everything works fine in the development server—both thumbnail-hash and unlazy-img functions as expected. 🐞However, after building withdocs:preview
, the images on the generated site continuously display as blurred thumbnails and fail to load the original images. The developer tools indicate a 404 error when trying to access the images.I have uploaded the code to the repository branch dubug-thumbnail-unlazy
Any insights or suggestions to resolve this issue would be greatly appreciated. Thank you for your help and support in advance!😊
The text was updated successfully, but these errors were encountered: