otoyo / astro-notion-blog

🚀 Begin building your very own Notion Blog with Astro.
https://astro-notion-blog.pages.dev/
MIT License
766 stars 499 forks source link

fix: remove node-fetch #203

Closed lisonge closed 3 months ago

lisonge commented 3 months ago

node-fetch is not declared in the package.json, but it is still being used as a phantom dependency in the code

If you use a package manager like pnpm that does not support phantom dependencies, or other versions of npm that do not hoist dependencies, this will result in a build failure

vercel[bot] commented 3 months ago

@lisonge is attempting to deploy a commit to the otoyo's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
astro-notion-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2024 3:11am
otoyo commented 3 months ago

Thank you for the fix.