Skip to content

Commit 36a65c1

Browse files
author
Lévai Norbert
committed
Uninstall search
1 parent 1c9c6a5 commit 36a65c1

File tree

3 files changed

+2
-200
lines changed

3 files changed

+2
-200
lines changed

docs/.vuepress/config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { defaultTheme } from '@vuepress/theme-default'
22
import { defineUserConfig } from 'vuepress/cli'
33
import { viteBundler } from '@vuepress/bundler-vite'
4-
import { searchProPlugin } from "vuepress-plugin-search-pro";
54

65
export default defineUserConfig({
76
lang: 'en-US',
@@ -263,12 +262,6 @@ export default defineUserConfig({
263262
],
264263
},
265264
}),
266-
267-
plugins: [
268-
searchProPlugin({
269-
// your options
270-
}),
271-
],
272265

273266
bundler: viteBundler({
274267
viteOptions: {

package-lock.json

Lines changed: 1 addition & 191 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"sass": "^1.81.0",
1717
"sass-embedded": "^1.81.0",
1818
"vue": "^3.4.0",
19-
"vuepress": "^2.0.0-rc.7",
20-
"vuepress-plugin-search-pro": "2.0.0-rc.59"
19+
"vuepress": "^2.0.0-rc.7"
2120
},
2221
"dependencies": {
2322
"20": "^3.1.9",

0 commit comments

Comments
 (0)