rauchg / blog

https://rauchg.com
1.24k stars 175 forks source link

Use `next/image` for Twitter profile picture. #83

Closed leerob closed 3 years ago

leerob commented 3 years ago

This is really interesting and might be a bug with Next.js. It's seeing rounded was added, but the styles aren't there.

image

vercel[bot] commented 3 years ago

@leerob is attempting to deploy a commit to a Personal Account owned by @rauchg on Vercel.

@rauchg first needs to authorize it.

leerob commented 3 years ago

Doing essentially the same thing here but Tailwind image

leerob commented 3 years ago

Adding a global class like:

.test {
  border-radius: 50%;
}

makes it work.