mirror of
https://github.com/massgravel/massgrave.dev
synced 2026-01-16 16:04:22 -05:00
Fix most build warnings
This commit is contained in:
@@ -1,19 +1,14 @@
|
|||||||
facebook:
|
Windows:
|
||||||
label: Facebook
|
label: Windows
|
||||||
permalink: /facebook
|
permalink: /windows
|
||||||
description: Facebook tag description
|
description: Windows
|
||||||
|
|
||||||
hello:
|
Activation:
|
||||||
label: Hello
|
label: Activation
|
||||||
permalink: /hello
|
permalink: /activation
|
||||||
description: Hello tag description
|
description: Windows Activation
|
||||||
|
|
||||||
docusaurus:
|
MAS:
|
||||||
label: Docusaurus
|
label: MAS
|
||||||
permalink: /docusaurus
|
permalink: /mas
|
||||||
description: Docusaurus tag description
|
description: Microsoft Activation Scripts
|
||||||
|
|
||||||
hola:
|
|
||||||
label: Hola
|
|
||||||
permalink: /hola
|
|
||||||
description: Hola tag description
|
|
||||||
@@ -24,7 +24,6 @@ const config = {
|
|||||||
projectName: 'massgrave.dev', // Usually your repo name.
|
projectName: 'massgrave.dev', // Usually your repo name.
|
||||||
|
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
|
||||||
trailingSlash: false,
|
trailingSlash: false,
|
||||||
|
|
||||||
// Even if you don't use internationalization, you can use this field to set
|
// Even if you don't use internationalization, you can use this field to set
|
||||||
@@ -92,6 +91,13 @@ const config = {
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
markdown:
|
||||||
|
({
|
||||||
|
hooks: {
|
||||||
|
onBrokenMarkdownLinks: 'warn',
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
|
||||||
themeConfig:
|
themeConfig:
|
||||||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
||||||
({
|
({
|
||||||
|
|||||||
Reference in New Issue
Block a user