remove test script in docs config

pull/501/head
Evan You 4 years ago
parent 63b0f63a2e
commit 9e69c699b6

@ -5,14 +5,6 @@ export default defineConfig({
title: 'VitePress',
description: 'Vite & Vue powered static site generator.',
head: [
[
'script',
{},
'(() => { const afsefe = window.foo;\n console.log(afsefe);})()'
]
],
themeConfig: {
repo: 'vuejs/vitepress',
docsDir: 'docs',

Loading…
Cancel
Save