-
Hi, Thx. |
Beta Was this translation helpful? Give feedback.
Answered by
psi-4ward
Feb 7, 2022
Replies: 1 comment
-
Mysterious ... asking the question helps a lot to solve it 😆 // defaultPageClassPlugin.ts
export default {
name: 'myPlugin',
extendsPageData: (page) => {
const frontmatter = page.frontmatter || {};
if(!frontmatter.pageClass) {
frontmatter.pageClass = 'default-class';
}
},
}; |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
psi-4ward
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mysterious ... asking the question helps a lot to solve it 😆