Skip to content

Commit 9e69c69

Browse files
committed
remove test script in docs config
1 parent 63b0f63 commit 9e69c69

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/.vitepress/config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ export default defineConfig({
55
title: 'VitePress',
66
description: 'Vite & Vue powered static site generator.',
77

8-
head: [
9-
[
10-
'script',
11-
{},
12-
'(() => { const afsefe = window.foo;\n console.log(afsefe);})()'
13-
]
14-
],
15-
168
themeConfig: {
179
repo: 'vuejs/vitepress',
1810
docsDir: 'docs',

0 commit comments

Comments
 (0)