]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: vueschool top banner script affiliate name to pinia (#2830)
authorCharles Nii Adotey Allotey <69573740+cnaallotey@users.noreply.github.com>
Thu, 14 Nov 2024 15:49:23 +0000 (15:49 +0000)
committerGitHub <noreply@github.com>
Thu, 14 Nov 2024 15:49:23 +0000 (16:49 +0100)
packages/docs/.vitepress/config/shared.ts

index 37cbfc71e0528a9e58ecd1dacda0f63d472674dd..afac80ece73d44c2dde1ea7e735556503223afe4 100644 (file)
@@ -96,7 +96,7 @@ export const sharedConfig = defineConfig({
     [
       'script',
       {
-        src: 'https://vueschool.io/banner.js?affiliate=vuerouter&type=top',
+        src: 'https://vueschool.io/banner.js?affiliate=pinia&type=top',
         // @ts-expect-error: vitepress bug
         async: true,
         type: 'text/javascript',