leerob / site

My site built with Next.js, Tailwind, and Vercel.
https://leerob.com
7.2k stars 1.39k forks source link

deployed but seeing base template #708

Closed rohitbommisetti closed 8 months ago

rohitbommisetti commented 8 months ago

hey leerob! thank you for open sourcing your template! wanted to dip my toes in vercel and learn and use this template as a base. i've been running into an issue where i deployed it to vercel but see the base template instead of my code in app.tsx? would you know what is causing this? my repo: https://github.com/rohitbommisetti/nextjs-portfolio my deployed site: https://nextjs-portfolio-5b60pheqn-rohitbommisettis-projects.vercel.app/ would love your quick take on this! thanks, rohit

leerob commented 8 months ago

It's based on this env var: https://github.com/leerob/leerob.io/blob/main/.env#L1

Remove this and you should be good!

rohitbommisetti commented 8 months ago

figured it out, thanks!