mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-24 20:17:50 +02:00
fix blog case
This commit is contained in:
parent
c1183ac89b
commit
68cae1bf4c
2 changed files with 7 additions and 3 deletions
|
@ -20,9 +20,11 @@ export type ContentPaths = {
|
|||
contentPath: string;
|
||||
/**
|
||||
* The absolute path to the localized content directory, like
|
||||
* `"<siteDir>/i18n/zh-Hans/plugin-content-docs"`.
|
||||
* `"<siteDir>/i18n/zh-Hans/plugin-content-blog"`.
|
||||
*
|
||||
* Undefined when the locale has `translate: false` config
|
||||
*/
|
||||
contentPathLocalized?: string;
|
||||
contentPathLocalized: string | undefined;
|
||||
};
|
||||
|
||||
/** Data structure representing each broken Markdown link to be reported. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue