Open medz opened 1 month ago
Why? i using vite
https://stackblitz.com/~/github.com/medz/github-ocrw7j
After enabling vite and running nuxi build, the static images will be renamed to xxx-xxx.png and referenced to xxx.xxx.png in the vue template.
nuxi build
xxx-xxx.png
xxx.xxx.png
npm run build npm run start
No response
Environment
Build Modules: -
Reproduction
https://stackblitz.com/~/github.com/medz/github-ocrw7j
Describe the bug
After enabling vite and running
nuxi build
, the static images will be renamed toxxx-xxx.png
and referenced toxxx.xxx.png
in the vue template.Additional context
Logs
No response