tinacms / tina.io

Organization site for general info, documentation, blogs & contribution guidelines.
https://tina.io
240 stars 1.59k forks source link

💸 Tech Debt - Replacing <img> with Next Image #1832

Open joshbermanssw opened 3 weeks ago

joshbermanssw commented 3 weeks ago

An example of this is in components/blocks/Features.tsx

            <img
              src={data.media[0].image}
              alt={data.headline}
              className="w-full h-auto rounded-lg shadow-panel overflow-hidden bg-transparent"
            />

Tasks