-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.config.ts
40 lines (39 loc) · 903 Bytes
/
app.config.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
export default defineAppConfig({
docus: {
title: 'Hifi-Tui',
description: 'Cross Platform Premium Tidal Hifi Music Player In Your Terminal.',
image: 'https://sachinsenal0x64.github.io/picx-images-hosting/cover.5gnodmhum874.webp',
socials: {
github: 'sachinsenal0x64/Hifi-Tui',
discord: {
icon: 'fa-brands:discord',
label: 'discord',
href: 'https://discord.gg/EbfftZ5Dd4'
}
},
aside: {
level: 0,
collapsed: false,
exclude: []
},
main: {
padded: true,
fluid: true
},
header: {
logo: false,
title:'Hifi Tui',
showLinkIcon: true,
exclude: [],
fluid: true
},
footer: {
credits: {
icon: "",
text: '© Published Under Mit License',
href: 'https://github.com/sachinsenal0x64/Hifi-Tui?tab=MIT-1-ov-file#readme'
},
icons: [],
}
}
})