mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-09 22:32:53 +02:00
remove **DO NOT** include a trailing slash
This commit is contained in:
parent
2e54082068
commit
056105cd36
2 changed files with 4 additions and 4 deletions
|
@ -351,12 +351,12 @@ yarn workspace v1.22.19image` is a collocated image path, this entry will be the
|
|||
routeBasePath: string;
|
||||
/**
|
||||
* URL route for the tags section of your blog. Will be appended to
|
||||
* `routeBasePath`. **DO NOT** include a trailing slash.
|
||||
* `routeBasePath`.
|
||||
*/
|
||||
tagsBasePath: string;
|
||||
/**
|
||||
* URL route for the pages section of your blog. Will be appended to
|
||||
* `routeBasePath`. **DO NOT** include a trailing slash.
|
||||
* `routeBasePath`.
|
||||
*/
|
||||
pageBasePath: string;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue