]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: temporarily remove banner
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 15 Feb 2023 08:56:06 +0000 (09:56 +0100)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 15 Feb 2023 09:52:57 +0000 (10:52 +0100)
packages/docs/.vitepress/config/shared.ts

index 217b8b9b8685f8cfa71e9622e7f9c9f8861aa372..3ff8ce12d3a975173bc6befc29a939c879aa3932 100644 (file)
@@ -67,15 +67,16 @@ export const sharedConfig = defineConfig({
       },
     ],
 
-    [
-      'script',
-      {
-        src: 'https://vueschool.io/banners/main.js',
-        // @ts-expect-error: vitepress bug
-        async: true,
-        type: 'text/javascript',
-      },
-    ],
+    // TODO: add this back when fixed
+    // [
+    //   'script',
+    //   {
+    //     src: 'https://vueschool.io/banners/main.js',
+    //     // @ts-expect-error: vitepress bug
+    //     async: true,
+    //     type: 'text/javascript',
+    //   },
+    // ],
 
     ...(isProduction ? productionHead : []),
   ],