网站:修复错误
This commit is contained in:
parent
da345d7810
commit
ccbe06e81f
@ -6,8 +6,4 @@ sidebar_position: 1
|
|||||||
|
|
||||||
# Home
|
# Home
|
||||||
|
|
||||||
欢迎访问 7wate 维基知识库 ~
|
记录整理归纳平时学习笔记
|
||||||
|
|
||||||
笔记存在时效性,发现错误请邮箱联系 ~
|
|
||||||
|
|
||||||
![Alt](https://repobeats.axiom.co/api/embed/b6e6a199e422ce596ea7423372746b6debadaa7d.svg "Repobeats analytics image")
|
|
@ -50,6 +50,10 @@ const config = {
|
|||||||
theme: {
|
theme: {
|
||||||
customCss: require.resolve("./src/css/custom.css"),
|
customCss: require.resolve("./src/css/custom.css"),
|
||||||
},
|
},
|
||||||
|
sitemap: {
|
||||||
|
changefreq: 'weekly',
|
||||||
|
priority: 0.5,
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
@ -80,13 +84,6 @@ const config = {
|
|||||||
breadcrumbs:false,
|
breadcrumbs:false,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[
|
|
||||||
"@docusaurus/plugin-sitemap",
|
|
||||||
{
|
|
||||||
changefreq: "weekly",
|
|
||||||
priority: 0.5,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
"@docusaurus/plugin-google-analytics",
|
"@docusaurus/plugin-google-analytics",
|
||||||
{
|
{
|
||||||
|
11
src/pages/index.md
Normal file
11
src/pages/index.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: Markdown page example
|
||||||
|
---
|
||||||
|
|
||||||
|
# Home
|
||||||
|
|
||||||
|
欢迎访问 7wate 维基知识库 ~
|
||||||
|
|
||||||
|
笔记存在时效性,发现错误请邮箱联系 ~
|
||||||
|
|
||||||
|
![Alt](https://repobeats.axiom.co/api/embed/b6e6a199e422ce596ea7423372746b6debadaa7d.svg "Repobeats analytics image")
|
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
title: Markdown page example
|
|
||||||
---
|
|
||||||
|
|
||||||
# Markdown page example
|
|
||||||
|
|
||||||
You don't need React to write simple standalone pages.
|
|
Loading…
Reference in New Issue
Block a user