We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fdacf commit 46d40a9Copy full SHA for 46d40a9
1 file changed
src/ssg/lib/ContentModelResourceNode.js
@@ -8,6 +8,7 @@ class ContentModelResourceNode extends ContentModelNode {
8
constructor(fsNode, context, settings = {}) {
9
super(fsNode, context, settings)
10
this.slug = this.title
11
+ this.content = this.fsNode.content
12
this.permalink = this.getPermalink()
13
this.outputPath = this.getOutputPath()
14
this.subtreeMatchers = this.getSubtreeMatchers()
0 commit comments