mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-12 00:27:21 +02:00
refactor(v2): fix debug plugin name (#3953)
This commit is contained in:
parent
b54ec93c61
commit
6ce1230c1e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import {LoadContext, Plugin} from '@docusaurus/types';
|
|||
import {docuHash, normalizeUrl} from '@docusaurus/utils';
|
||||
import path from 'path';
|
||||
|
||||
export default function pluginContentPages({
|
||||
export default function pluginDebug({
|
||||
siteConfig: {baseUrl},
|
||||
generatedFilesDir,
|
||||
}: LoadContext): Plugin<void> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue