how to add model viewer for .glb file? #4
Replies: 1 comment
-
Hi thank you for reporting an issue, from first impression, there are not enough details for reproduction and it seems that this does not relate to this repo but rather reusing it in a different project, if that is the case, then I would shift this rather to a support discussion, I'll be happy to help https://github.com/MicroWebStacks/astro-big-doc/discussions/categories/support |
Beta Was this translation helpful? Give feedback.
-
I didn't know what to install, so I installed like this before I start :
npm install three @react-three/fiber @react-three/drei
npm install @google/model-viewer
and then I tried to use it exactly same way that on the demo website.
[Astronaut](./home/Astronaut.glb)
but here's is the error :
[WARN] [router] A
getStaticPaths()route pattern was matched, but no matching static path was found for requested path
/posts/sync-vs-async/@/assets/navya.glb`.Possible dynamic routes being matched: src/pages/posts/[...page].astro.`
what did I miss?
Beta Was this translation helpful? Give feedback.
All reactions