fix(sitemap): exclude pages with robots noindex from sitemap (#7143)

This commit is contained in:
Joshua Chen 2022-04-14 17:31:09 +08:00 committed by GitHub
parent 6306cbc266
commit 03516dc3a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 105 additions and 41 deletions

View file

@ -7,10 +7,6 @@
/// <reference types="@docusaurus/module-type-aliases" />
declare module '@docusaurus/plugin-debug' {
export const routeBasePath: string;
}
declare module '@theme/DebugConfig' {
export default function DebugMetadata(): JSX.Element;
}