maiertech / gatsby-themes

Gatsby themes for @maiertech websites.
https://digital-garden.examples.maier.tech/
0 stars 1 forks source link

Re-assess fullRelativePath prop for notes #227

Open maiertech opened 3 years ago

maiertech commented 3 years ago

After adding image support in MDX files, it makes sense if my notes each live in a folder when they have attachments. The actual folder location could be

content/notes/gatsby/version-conflicts/index.mdx

Then the generated path is

/notes/gatsby/version-conflicts/<title>/

when it should be

/notes/gatsby/<title>/

Is it better to set fullRelativePath to false for notes?