|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
export default defineNuxtConfig({
|
|
compatibilityDate: '2024-04-03',
|
|
devtools: { enabled: true },
|
|
app: {
|
|
baseURL: '/widget/', // Базовый путь
|
|
// buildAssetsDir: '/widget/_nuxt/', // Путь для статических файлов
|
|
},
|
|
|
|
})
|