File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export const NotFoundPage: QuartzEmitterPlugin = () => {
33
33
} ,
34
34
async emit ( ctx , _content , resources ) : Promise < FilePath [ ] > {
35
35
const cfg = ctx . cfg . configuration
36
- const slug = "/404/" as FullSlug
36
+ const slug = "/404/index " as FullSlug
37
37
38
38
const url = new URL ( `https://${ cfg . baseUrl ?? "example.com" } ` )
39
39
const path = url . pathname as FullSlug
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export const ExplorerWithTocPage: QuartzEmitterPlugin = (userOpts) => {
55
55
async emit ( ctx , _content , resources ) : Promise < FilePath [ ] > {
56
56
const cfg = ctx . cfg . configuration
57
57
const allFiles = _content . map ( ( c ) => c [ 1 ] . data )
58
- const slug = joinSegments ( "blogs" ) as FullSlug
58
+ const slug = joinSegments ( "blogs" , "index" ) as FullSlug
59
59
const title = "Pattern Blogs"
60
60
const [ tree , vfile ] = defaultProcessedContent ( {
61
61
slug,
You can’t perform that action at this time.
0 commit comments