-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.config.ts
35 lines (35 loc) · 872 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
export default defineAppConfig({
docus: {
title: "Thuongnv Blog",
description:
"Write pages in markdown, use Vue components and enjoy the power of Nuxt with a blazing fast developer experience.",
image: "https://content.nuxtjs.org/preview.png",
url: "https://content.nuxtjs.org",
socials: {
github: "nvthuong1996",
facebook:'quyluathapdan'
},
cover: {
src: "/cover.jpg",
alt: "Content made easy for Vue developers",
},
aside: {
level: 1,
},
header: {},
footer: {
iconLinks: [
// {
// label: "NuxtJS",
// href: "https://nuxtjs.org",
// icon: "IconNuxt",
// },
// {
// label: "Vue Telescope",
// href: "https://vuetelescope.com",
// icon: "IconVueTelescope",
// },
],
},
},
});