My code fully working on my local machine and is unchanged from what Mosh teaches.
When Vercel builds the code I get the error:
Could not resolve “…/assets/bulls-Eye.webp” from “src/components/Emoji.tsx”
18:15:39.578 file: /vercel/path0/src/components/Emoji.tsx
18:15:39.581 error during build:
18:15:39.581 RollupError: Could not resolve “…/assets/bulls-Eye.webp” from “src/components/Emoji.tsx”
18:15:39.581 at error (file:///vercel/path0/node_modules/rollup/dist/es/shared/node-entry.js:2128:30)
18:15:39.581 at ModuleLoader.handleInvalidResolvedId (file:///vercel/path0/node_modules/rollup/dist/es/shared/node-entry.js:23782:24)
18:15:39.581 at file:///vercel/path0/node_modules/rollup/dist/es/shared/node-entry.js:23744:26
What needs to be done to resolve this error?