mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-05-18 14:34:23 +02:00
Merge 647218866e740b34ca77cd5982fecb25ba263b73 into 7be47742a6dc86f22d148ca9d304f7a9eea318cf
This commit is contained in:
commit
00357b8ccf
@ -28,7 +28,7 @@ export default ((opts?: Partial<FolderContentOptions>) => {
|
||||
|
||||
const FolderContent: QuartzComponent = (props: QuartzComponentProps) => {
|
||||
const { tree, fileData, allFiles, cfg } = props
|
||||
const folderSlug = stripSlashes(simplifySlug(fileData.slug!))
|
||||
const folderSlug = simplifySlug(fileData.slug!)
|
||||
const folderParts = folderSlug.split(path.posix.sep)
|
||||
|
||||
const allPagesInFolder: QuartzPluginData[] = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user