9 lines
193 B
TypeScript
9 lines
193 B
TypeScript
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
|
|
export default defineNuxtConfig({
|
|
$meta: {
|
|
name: 'content', // creates alias #layers/content
|
|
},
|
|
devtools: { enabled: true }
|
|
})
|