KI-AGENT: Neue Nuxt-Webseite für FEDEO erstellt
This commit is contained in:
21
website/nuxt.config.ts
Normal file
21
website/nuxt.config.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
export default defineNuxtConfig({
|
||||
css: ['~/assets/css/main.css'],
|
||||
compatibilityDate: '2024-07-11',
|
||||
nitro: {
|
||||
preset: 'node-server'
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
title: 'FEDEO - Open-Source Unternehmenssoftware',
|
||||
meta: [
|
||||
{
|
||||
name: 'description',
|
||||
content: 'FEDEO bündelt Projekte, Zeiterfassung, Buchhaltung, Kommunikation, Lager, Inventar und Geräte in einer offenen Unternehmenssoftware.'
|
||||
}
|
||||
],
|
||||
htmlAttrs: {
|
||||
lang: 'de'
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user