We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a66bf commit f9f8112Copy full SHA for f9f8112
packages/integrations/markdoc/src/index.ts
@@ -18,7 +18,7 @@ const contentEntryType = {
18
},
19
};
20
21
-export default function markdoc(partialOptions: {} = {}): AstroIntegration {
+export default function markdoc(): AstroIntegration {
22
return {
23
name: '@astrojs/markdoc',
24
hooks: {
0 commit comments