Skip to content

Commit

Permalink
Delete VidStack
Browse files Browse the repository at this point in the history
  • Loading branch information
ben0222 committed Mar 9, 2024
1 parent 9aa8fe6 commit f919791
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.8",
"vidstack": "^1.10.9",
"vue": "^3.4.16",
"vuepress": "2.0.0-rc.8",
"vuepress-theme-hope": "2.0.0-rc.27"
Expand Down
16 changes: 1 addition & 15 deletions src/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
import { hopeTheme } from "vuepress-theme-hope";

export default defineUserConfig({
// 如果你想让你的网站部署到一个子路径下,你将需要设置它。它的值应当总是以斜杠开始,并以斜杠结束。
base: "/",

locales: {
"/": {
lang: "en-US",
Expand All @@ -19,16 +17,4 @@ export default defineUserConfig({
},
},

theme: hopeTheme({
plugins: {
components: {
components: [
"VidStack",
],
},
},
}),

// Enable it with pwa
// shouldPrefetch: false,
});
theme,

0 comments on commit f919791

Please sign in to comment.