chore: Markdoc working! log
This commit is contained in:
parent
bce7eb6cb5
commit
24efa3bade
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export default function markdoc(partialOptions: {} = {}): AstroIntegration {
|
|||
hooks: {
|
||||
'astro:config:setup': async ({ updateConfig, config, addContentEntryType, command }: any) => {
|
||||
addContentEntryType(contentEntryType);
|
||||
console.log('Markdoc working!');
|
||||
|
||||
const markdocConfigUrl = new URL('./markdoc.config', config.srcDir);
|
||||
const configFileLoad = `if (!config) {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue