BrianRuizy / next-notion-portfolio

📙 NEXT.js + Notion driven portfolio template. Seamlessly add content with the awesome UX of Notion. Showcase your work through blog format.
https://next-notion-blog-mu.vercel.app
60 stars 16 forks source link

Deploy errors #1

Open mrmikeceo opened 1 year ago

mrmikeceo commented 1 year ago

Hello, Could you please help to solve deploy errors on vercel

image

Danvegamo commented 1 year ago

Okey, you have the same error I was having. You need the next solution: Change in the package.json the react-color-extractor for extractor-colors in the V 3.0.0. And change in postDetail.js the import extractor colors for the new extension. I can solve with this, but you need adapt the code for get working this code.

jonmccon commented 11 months ago

Any updates here? It seems like the color extractor you're suggesting works a bit differently than the one in the package. I'm trying to move the logic to work with the new package but no dice yet.

jonmccon commented 11 months ago

It's also pretty easy to remove this feature and the build seems like it works fine without it.