mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-07 21:32:38 +02:00
feat(preset-classic): exclude debug plugin routes from sitemap (#7122)
This commit is contained in:
parent
bfbc78e52a
commit
0963bff5e7
3 changed files with 22 additions and 10 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
/// <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