I am getting these. I know it's looking for a file in /public/ and needs to be in /src/.
Assets in public cannot be imported from JavaScript.
Instead of /public/black-kite.webp, put the file in the src directory, and use /src/black-kite.webp instead.
files in the public directory are served at the root path.
Instead of /public/black-kite.webp, use /black-kite.webp.
Assets in public cannot be imported from JavaScript.
Instead of /public/black-kite.webp, put the file in the src directory, and use /src/black-kite.webp instead.
Assets in public cannot be imported from JavaScript.
Instead of /public/black-kite.webp, put the file in the src directory, and use /src/black-kite.webp instead. (x2)
I am getting these. I know it's looking for a file in
/public/and needs to be in/src/.