base
This commit is contained in:
17
nuxt.config.ts
Normal file
17
nuxt.config.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-07-15',
|
||||
|
||||
devtools: { enabled: true },
|
||||
|
||||
css: ['@/assets/styles/main.css'],
|
||||
|
||||
app: {
|
||||
head: {
|
||||
title: 'BigDataTech-Cloud',
|
||||
htmlAttrs: {
|
||||
lang: 'vi',
|
||||
},
|
||||
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user