mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-07 21:25:17 +02:00
🎨 style(new!): add new ui vue.js
Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
16
app.config.ts
Normal file
16
app.config.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Nuxt 3 Config File
|
||||
* https://nuxt.com/docs/getting-started/configuration#app-configuration
|
||||
*/
|
||||
export default defineAppConfig({
|
||||
title: 'Hello Nuxt',
|
||||
blog:{
|
||||
enabled: true,
|
||||
},
|
||||
theme: {
|
||||
dark: true,
|
||||
colors: {
|
||||
primary: '#ff0000'
|
||||
}
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user