Form composed of several steps and verifications, made only with the r

Solution retrospective
Hello, the difficulty I had was how can I make vite recognize the static files without having to import them in this case, I had to import the images in the context since I had a problem with the paths try: build: { outDir: 'dist', assetsDir: 'assets'} and with: copy: [ { from: "src/assets", to: "assets", }, but it still didn't work and in the development environment it did work, please if anyone knows I would really appreciate it.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Luis Jimenez's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord