changes
This commit is contained in:
23
nuxt.config.ts
Normal file
23
nuxt.config.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
css: [
|
||||
'~/my-bulma-project.css',
|
||||
'~/assets/styles/main.scss'
|
||||
],
|
||||
app: {
|
||||
head: {
|
||||
script: [
|
||||
{ src: '/js/html2pdf.bundle.min.js' },
|
||||
{ src: '/js/html2canvas.min.js' }
|
||||
]
|
||||
}
|
||||
},
|
||||
modules: ['@pinia/nuxt', '@nuxt/image', 'pinia-plugin-persistedstate/nuxt'],
|
||||
components: [
|
||||
{
|
||||
path: '~/components'
|
||||
}
|
||||
],
|
||||
compatibilityDate: '2025-07-01',
|
||||
devtools: { enabled: true }
|
||||
})
|
||||
Reference in New Issue
Block a user