File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ const config = {
27
27
// metadata like html lang. For example, if your site is Chinese, you may want
28
28
// to replace "en" with "zh-Hans".
29
29
i18n : {
30
- defaultLocale : "en " ,
31
- locales : [ "en" ] ,
30
+ defaultLocale : "vi " ,
31
+ locales : [ "vi" , " en"] ,
32
32
} ,
33
33
34
34
presets : [
@@ -39,15 +39,15 @@ const config = {
39
39
docs : {
40
40
sidebarPath : require . resolve ( "./sidebars.js" ) ,
41
41
path : "docs" ,
42
+ routeBasePath : "/" ,
42
43
includeCurrentVersion : true ,
43
44
} ,
44
45
45
46
blog : {
46
47
showReadingTime : true ,
47
48
// Please change this to your repo.
48
49
// Remove this to remove the "edit this page" links.
49
- editUrl :
50
- "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/" ,
50
+ editUrl : "https://github.com/pnstack/blog/edit/main/" ,
51
51
} ,
52
52
theme : {
53
53
customCss : require . resolve ( "./src/css/custom.css" ) ,
You can’t perform that action at this time.
0 commit comments