Ver Fonte

docs: fix build issue

alvarosabu há 1 ano atrás
pai
commit
e39871926f

+ 3 - 0
docs/.vitepress/cache/deps_temp_9655456f/package.json

@@ -0,0 +1,3 @@
+{
+  "type": "module"
+}

+ 1 - 1
docs/guide/nuxt.md

@@ -30,7 +30,7 @@ yarn add three @tresjs/nuxt
 
 - 🤓 Auto-import components and composables from the [TresJS ecosystem](https://github.com/orgs/Tresjs/repositories)
 - `TresCanvas` client only, you don't need to add `.client` to the component name or `<ClientOnly />`
-- Automatically configures vue compiler to support TresJS components, see [why](http://localhost:5174/guide/troubleshooting.html#failed-resolve-component-trescomponent-%F0%9F%A4%94)?
+- Automatically configures vue compiler to support TresJS components, see [why](/guide/troubleshooting.html#failed-resolve-component-trescomponent-%F0%9F%A4%94)?
 - All the DX Magic that comes with Nuxt ✨
 
 ## Usage