Alvaro 2 роки тому
батько
коміт
9195244ae9
1 змінених файлів з 1 додано та 1 видалено
  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)
     }