chore: remove unused options object

This commit is contained in:
bholmesdev 2023-02-10 09:22:47 -05:00
parent be672248b5
commit e9e37cbff1

View file

@ -18,7 +18,7 @@ const contentEntryType = {
}, },
}; };
export default function markdoc(partialOptions: {} = {}): AstroIntegration { export default function markdoc(): AstroIntegration {
return { return {
name: '@astrojs/markdoc', name: '@astrojs/markdoc',
hooks: { hooks: {