File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/module/src/runtime/utils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { parseMarkdown } from '@nuxtjs/mdc/runtime'
33import { omit } from './object'
44import type { DatabaseItem } from 'nuxt-studio/app'
55import { compressTree } from '@nuxt/content/runtime'
6- import { ContentFileExtension } from '../../../../ app/src/types '
6+ import { ContentFileExtension } from 'nuxt-studio/ app'
77import { parseFrontMatter } from 'remark-mdc'
88import { destr } from 'destr'
99import { visit } from 'unist-util-visit'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const yamlToJson = (data: string) => {
66 new yaml . Type ( 'tag:yaml.org,2002:timestamp' , {
77 kind : 'scalar' ,
88 resolve : ( ) => false ,
9- construct : data => data ,
9+ construct : ( data : unknown ) => data ,
1010 } ) ,
1111 ] ,
1212 } )
You can’t perform that action at this time.
0 commit comments