Explorar o código

fix: client side issue

Alvaro %!s(int64=2) %!d(string=hai) anos
pai
achega
9195244ae9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/.vitepress/theme/index.ts

+ 1 - 1
docs/.vitepress/theme/index.ts

@@ -13,7 +13,7 @@ export default {
     ctx.app.component('StackBlitzEmbed', StackBlitzEmbed)
     /*  ctx.app.use(Tres)
      */
-    if (import.meta.env.SSR) {
+    if (!import.meta.env.SSR) {
       // ... server only logic
       ctx.app.use(Tres)
     }