astro-ghostcms/.pnpm-store/v3/files/a4/84b8df584ef96a6e2dca7876432...

9 lines
127 B
Plaintext

export default {
parse: {
prelude: null,
block() {
return this.Block(true);
}
}
};