Skip to content

Commit

Permalink
chore: no need for virtual file
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Nov 10, 2022
1 parent 6e20570 commit 37e2caf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module.ts
Expand Up @@ -358,7 +358,6 @@ export default defineNuxtModule<ModuleOptions>({
'export const getTransformers = (ext) => transformers.filter(p => ext.match(new RegExp(p.extensions.join("|"), "i")) && p.transform)',
'export default () => {}'
].join('\n')
nitroConfig.virtual['#content/context'] = `export default ${JSON.stringify(contentContext)}`
})

// Register composables
Expand Down

0 comments on commit 37e2caf

Please sign in to comment.