taqui-786 / GitEstimate

Github Estimate Generator make with Nextjs 13 👇
https://gitestimate.vercel.app/
44 stars 7 forks source link

Contribution graph does not showup #4

Open rawasaditya opened 8 months ago

rawasaditya commented 8 months ago

image

taqui-786 commented 8 months ago

i am aware of this Aditya, the reasone is this:

Web capture_31-12-2023_122214_mail google com

lucascdourado commented 8 months ago

@taqui-786 how can I deploy this on my own vercel to solve this problem?

taqui-786 commented 8 months ago

@lucascdourado If you want to deploy in your own vercel by fixing this problem:

Then First Go to next.config.json file and replaceimages object with this

images: { remotePatterns: [ { protocol: 'https', hostname: 'ghchart.rshah.org', }, ] },

And then go to src/components/ShowCard.tsx and remove this unoptimied={true} from .

lucascdourado commented 8 months ago

@taqui-786 I'm receiving this error message image

taqui-786 commented 8 months ago

@lucascdourado Did you set the remotePattern in next.config.json adn removed unoptimized from tag. ??

lucascdourado commented 8 months ago

@taqui-786 yes https://github.com/lucascdourado/GitEstimate/commit/1bd5b84a19df044628430e45b879ae703e5c5e37