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?
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
Then the generated path is
when it should be
Is it better to set
fullRelativePath
tofalse
for notes?