Albert Kim
Albert Kim
No...the whitespace inside the border of the div should be fatter with padding. But when padding is added, the position of the checkbox moves like the picture.
Alright thanks, I updated the class names and it worked for my case.
@steven-tey So I figured out what the issue was. It was in my `getStaticProps` ```js export async function getStaticProps({ params: { site } }) { try { console.log({ site });...
@steven-tey When I visit https://12345.leavewithaweb.site/ and log my currenthost, pathname and host this is what I see.
@steven-tey Maybe it's because `process.env.NODE_ENV === "production" && process.env.VERCEL === "1"` one of these statements isn't true?
@steven-tey So it looks like `process.env.VERCEL` is undefined in my vercel project. Is that env variable important? Can I remove it?