You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
I use gridsome for my application but the images in the lightbox not shown
what is the correct url to render the image for lightbox. It only works with absolute live path. Images are stored in dev mode in /assets/images/....
after the gridsome build command in
/asssets/img/...
new image name after build process assets/img/berg-1.175db75e.jpg
I use gridsome for my application but the images in the lightbox not shown
what is the correct url to render the image for lightbox. It only works with absolute live path. Images are stored in dev mode in /assets/images/....
after the gridsome build command in
/asssets/img/...
new image name after build process assets/img/berg-1.175db75e.jpg
components: { CoolLightBox, }, data() { return { items: [ { title: 'a beautiful mountain view', description: "", src: '~@/images/products/schlossberg/berg-1.jpg', }, { title: 'a beautiful mountain view', description: "", src: '~@/images/products/schlossberg/berg-2.jpg', }, { title: 'a beautiful mountain view', description: "", src: '~@/images/products/schlossberg/berg-3.jpg', }, { title: 'a beautiful mountain view', description: "", src: '~@/images/products/schlossberg/berg-5.jpg', }, ], index: null } },
The text was updated successfully, but these errors were encountered: