chore: Markdoc working! log

This commit is contained in:
bholmesdev 2023-02-10 09:10:06 -05:00
parent bce7eb6cb5
commit 24efa3bade

View file

@ -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 {