docs: add marketing pages (#3308)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Sébastien Chopin
2025-02-14 14:18:14 +01:00
committed by GitHub
parent d4bc9b3d0e
commit ba3ed86ae1
52 changed files with 1855 additions and 83 deletions

View File

@@ -1,5 +1,6 @@
import { createResolver } from '@nuxt/kit'
import pkg from '../package.json'
import yaml from '@rollup/plugin-yaml'
const { resolve } = createResolver(import.meta.url)
@@ -111,6 +112,12 @@ export default defineNuxtConfig({
}
},
vite: {
plugins: [
yaml()
]
},
componentMeta: {
exclude: [
'@nuxt/content',