vertex-changelog/nuxt.config.ts
2025-04-24 16:55:49 +05:30

10 lines
264 B
TypeScript

export default ({
modules: ['@nuxtjs/tailwindcss', '@nuxt/content', 'nuxt-icon'],
content: {
highlight: {
theme: 'nord',
preload: ['js', 'css', 'html', 'md', 'ts', 'tsx', 'vue', 'python', 'ruby', 'java'],
}
}
})