Ted
Ted
TTCTheo's Typesafe Cult
Created by Ted on 2/15/2024 in #questions
Next wont load images.
Works fine with img tag.
4 replies
TTCTheo's Typesafe Cult
Created by Ted on 2/15/2024 in #questions
Next wont load images.
This is how I am displaying the image:
<Image
src={card as string}
loading="eager"
alt={`${
(card as string).split("/").pop()?.split(".")[0] ?? "Card"
} Card`}
width={250}
height={250}
priority
/>
<Image
src={card as string}
loading="eager"
alt={`${
(card as string).split("/").pop()?.split(".")[0] ?? "Card"
} Card`}
width={250}
height={250}
priority
/>
4 replies
TTCTheo's Typesafe Cult
Created by Ted on 9/29/2023 in #questions
Node Modules not working
No description
3 replies
TTCTheo's Typesafe Cult
Created by Ted on 2/8/2023 in #questions
Tailwind smooth scroll
Makes sense thanks again, you probably just saved me from spending way to much time on that.
6 replies
TTCTheo's Typesafe Cult
Created by Ted on 2/8/2023 in #questions
Tailwind smooth scroll
Didn't think to go outside of the main app.tsx file had to go the index.html file.
6 replies
TTCTheo's Typesafe Cult
Created by Ted on 2/8/2023 in #questions
Tailwind smooth scroll
Yep, that was it thanks so much!
6 replies