Skip to content

Commit 5df88b9

Browse files
committed
fix: 恢复pricing-顶部选项
1 parent ef96e58 commit 5df88b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/.vuepress/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ export default defineUserConfig({
8888
},
8989
}),
9090
alias: {
91-
// "@theme-hope/components/NormalPage": path.resolve(
92-
// __dirname,
93-
// "./components/NormalPage.vue"
94-
// ),
91+
"@theme-hope/components/NormalPage": path.resolve(
92+
__dirname,
93+
"./components/NormalPage.vue"
94+
),
9595
"@theme-hope/components/HomePage": path.resolve(
9696
__dirname,
9797
"./components/HomePage.vue"

0 commit comments

Comments
 (0)