为什么要迁移?
之前部署在vercel和自己服务器上,一直不错,但由于是22年时候刚接触nextjs 12, 那会儿为了学这个, 于是我找了vercel的开源模板自己魔改, 到后面越来越力不从心, 想要加小功能要么自己写要么借鉴别人的组件代码然后微调, 十分不方便, 索性迁移到astro
好的工具应该让你专注于内容,而不是跟构建系统搏斗。
为什么选 Astro?
Astro 的理念很简单:默认零 JavaScript,只在需要交互的地方加。有丰富的组件库, 这意味着我不用从零开始写任何东西, 以及重复造轮子
Why Migrate?
I had been running things on Vercel and my own server, which worked fine, but I decided to consolidate everything.
Good tools should let you focus on the content, not wrestle with the build system.
Why Astro?
Astro’s philosophy is straightforward: zero JavaScript by default, only add it where interactivity is needed.