feat: complete MDX migration for blog, fix diagram fidelity and refactor styling architecture
This commit is contained in:
11
apps/web/content-engine.config.ts
Normal file
11
apps/web/content-engine.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ComponentDefinition } from '@mintel/content-engine';
|
||||
import path from 'path';
|
||||
import { componentDefinitions } from './src/content-engine/definitions';
|
||||
|
||||
export const config = {
|
||||
// Path to documentation files used as context for the AI
|
||||
contextDir: path.join(process.cwd(), 'docs'),
|
||||
|
||||
// Custom UI components available for injection
|
||||
components: componentDefinitions
|
||||
};
|
||||
Reference in New Issue
Block a user