Issue on vite-ssr build for img tag #85
copongcopong
started this conversation in
General
Replies: 1 comment 4 replies
-
works for images inside |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a template that has an
img
tag ... (the images are inside /public/assets/images/ folder)It works on dev, however during build (
vite-ssr build
) I am getting a Rollup resolve error ...I'm not sure if this is just a configuration issue for vite-ssr.
If there are no image/img in my
<template>
build just works.Beta Was this translation helpful? Give feedback.
All reactions