-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Hi
I've been cracking my head on this one and would appreciate another view.
I have eleventyConfig.addPassthroughCopy('src/assets/images')
set up because i want to use the images on my og:image
tags.
However, when building for production, all my images vanish around the time we hit his part
vite v4.4.9 building for production...
transforming...
✓ 282 modules transformed.
rendering chunks...
computing gzip size...
I've tried changing the name of the folder because I thought maybe it may have something to do with using the assets folder, but no deal.
Tried passing emptyOutDir: false,
on viteOptions
but also didn't solve.
Anyone else encountered this?
Thanks
briansunter
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation