Skip to content

Commit b6fbdab

Browse files
authored
docs: update vueschool banner script url for adblocker prevention (#2550)
1 parent e7ce331 commit b6fbdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/.vitepress/config/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const sharedConfig = defineConfig({
108108
[
109109
'script',
110110
{
111-
src: 'https://vueschool.io/banner.js?affiliate=vuerouter&type=top',
111+
src: 'https://media.bitterbrains.com/main.js?from=vuerouter&type=top',
112112
// @ts-expect-error: vitepress bug
113113
async: true,
114114
type: 'text/javascript',

0 commit comments

Comments
 (0)