Replies: 1 comment 1 reply
-
Your project is quite complicated to say what's going on. I see that you don't have pagefind integration added to the list of integrations in astro.config.mjs. But I guess you had it when you saw the error message, otherwise Astro would not be aware of pagefind. I also see lockfiles from both NPM and PNPM present. It's never a good idea to use both. So maybe your dependencies are not correctly installed. Try to start with a minimal Astro website to ensure your stack works. Then add things one by one so you know what broke it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
how to solve this?
I followed README of this repo.
repo link- https://github.com/2u841r/tania-astro
Beta Was this translation helpful? Give feedback.
All reactions