adding .jpg graphics to tailwind #2487
-
Hi, I want to add some .jpg files to my tailwind. I have them stored in a graphics folder in my redwood src folder. This is the code for the graphic:
const AboutPage = () =>{ <> `
It does not load (I get a broken file icon), and the chrome devtools says that I am not allowed to load a local resource. Can you tell me what I need to do to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey! Are you able to share a code reproduction of your setup in a GitHub repo? Looks like your code snippet wasn't rendered properly either, so it's a bit hard to help troubleshoot based on this. If you can share your setup, we'll be able to have a look for you 👍 |
Beta Was this translation helpful? Give feedback.
Hey!
Are you able to share a code reproduction of your setup in a GitHub repo?
Looks like your code snippet wasn't rendered properly either, so it's a bit hard to help troubleshoot based on this.
If you can share your setup, we'll be able to have a look for you 👍