1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-25 10:08:29 +00:00
Nuxt/examples/module-extend-pages/nuxt.config.ts
Daniel Roe 95cbe67f99
feat(kit, nuxt3): add pages:extend and extendPages ()
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Co-authored-by: fgiraud <hello@florent.dev>
2021-11-09 11:16:23 +01:00

8 lines
123 B
TypeScript

import { defineNuxtConfig } from 'nuxt3'
export default defineNuxtConfig({
buildModules: [
'~/modules/pages'
]
})