mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-07 13:22:26 +02:00
fix(sitemap): exclude pages with robots noindex from sitemap (#7143)
This commit is contained in:
parent
6306cbc266
commit
03516dc3a7
13 changed files with 105 additions and 41 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue