mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-15 18:17:35 +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 {docuHash, normalizeUrl} from '@docusaurus/utils';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
|
|
||||||
export default function pluginContentPages({
|
export default function pluginDebug({
|
||||||
siteConfig: {baseUrl},
|
siteConfig: {baseUrl},
|
||||||
generatedFilesDir,
|
generatedFilesDir,
|
||||||
}: LoadContext): Plugin<void> {
|
}: LoadContext): Plugin<void> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue