zankhq / astros

Template with astro, tailwind and alpinejs

Home Page:https://astros.zank.studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getting error while running

geminigeek opened this issue · comments

hi,
i am getting this error while i run yarn dev

An integration attempted to inject a route that is already used in your project: "/_image" at "node_modules/@astrojs/image/dist/endpoint.js".
  This route collides with: "node_modules/astro/dist/assets/image-endpoint.js".

@geminigeek Thanks for the segnalation, the problem was due to obslote integration with image that has been replaced in the latest astro version. This should be fixed with the latest commit.

I also added client routing, if you want to remove I added a guide how on the faq in setup.md

Let me know if you still encounter any error.

thanks , nice template