chore: remove unused options object
This commit is contained in:
parent
be672248b5
commit
e9e37cbff1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const contentEntryType = {
|
|||
},
|
||||
};
|
||||
|
||||
export default function markdoc(partialOptions: {} = {}): AstroIntegration {
|
||||
export default function markdoc(): AstroIntegration {
|
||||
return {
|
||||
name: '@astrojs/markdoc',
|
||||
hooks: {
|
||||
|
|
Loading…
Reference in a new issue