Konstantin Münster

Results 22 comments of Konstantin Münster

@demondragong Regarding the second issue: the Projects component has an outer wrapper `` that calculate the reveal of the section based on the entire section length: ```tsx {data.projects.map((project, key) =>...

Yes, I use `contentlayer` to define a schema for my frontmatter. In case of the blog post, it looks like this: ```tsx const Image = defineNestedType(() => ({ name: 'Image',...