Skip to content

Commit 2686917

Browse files
committed
chore(skeleton): define site config
1 parent 1d93dab commit 2686917

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ export default defineNuxtConfig({
66
'@vueuse/nuxt',
77
'nuxt-site-config',
88
],
9+
site: {
10+
title: 'Mafl',
11+
services: [],
12+
},
913
})

0 commit comments

Comments
 (0)