UNPKG

hlc-layer-ui

Version:

HLC Layer Components for Vue - Including Button and Hero Slider components with Prismic CMS integration

14 lines 294 B
// https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ devtools: { enabled: true }, compatibilityDate: "2025-02-08", components: { dirs: [ { path: './src/components', extensions: ['.vue'], prefix: '' } ] } })