Skip to content

Commit d4e704b

Browse files
committed
add js qa
1 parent 7052521 commit d4e704b

File tree

2 files changed

+438
-60
lines changed

2 files changed

+438
-60
lines changed

src/.vuepress/config.ts

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
import { defineUserConfig } from "vuepress";
2-
import { path } from "@vuepress/utils";
3-
import theme from "./theme.js";
1+
import { defineUserConfig } from 'vuepress';
2+
import { path } from '@vuepress/utils';
3+
import theme from './theme.js';
44

55
export default defineUserConfig({
6-
base: "/leetcode-js/",
7-
lang: "zh-CN",
8-
title: "LeetCode-JS",
9-
description: "写给前端工程师的算法通关指南.",
10-
// locales: {
11-
// "/": {
12-
// lang: "zh-CN",
13-
// title: "LeetCode-JS",
14-
// description: "写给前端工程师的算法通关指南.",
15-
// },
16-
// "/en/": {
17-
// lang: "en-US",
18-
// title: "LeetCode-JS",
19-
// description: "Know Your Game",
20-
// },
21-
// },
6+
base: '/leetcode-js/',
7+
lang: 'zh-CN',
8+
title: 'LeetCode-JS',
9+
description: '写给前端工程师的算法通关指南.',
10+
// locales: {
11+
// "/": {
12+
// lang: "zh-CN",
13+
// title: "LeetCode-JS",
14+
// description: "写给前端工程师的算法通关指南.",
15+
// },
16+
// "/en/": {
17+
// lang: "en-US",
18+
// title: "LeetCode-JS",
19+
// description: "Know Your Game",
20+
// },
21+
// },
2222

23-
theme,
24-
alias: {
25-
// 你可以在这里将别名定向到自己的组件
26-
"@theme-hope/modules/navbar/components/Navbar": path.resolve(
27-
__dirname,
28-
"./components/Navbar.vue"
29-
),
30-
},
23+
theme,
24+
alias: {
25+
// 你可以在这里将别名定向到自己的组件
26+
'@theme-hope/modules/navbar/components/Navbar': path.resolve(
27+
__dirname,
28+
'./components/Navbar.vue'
29+
)
30+
}
3131

32-
// Enable it with pwa
33-
// shouldPrefetch: false,
32+
// Enable it with pwa
33+
// shouldPrefetch: false,
3434
});

0 commit comments

Comments
 (0)