Skip to content

Commit aeff93b

Browse files
committed
docs(seo): apply docus defaults
1 parent 285b8e7 commit aeff93b

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

docs/app/app.config.ts

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
export default defineAppConfig({
2-
seo: {
3-
title: 'Nuxt Supabase',
4-
description: 'A supa simple wrapper around supabase-js to enable usage and integration within Nuxt.',
5-
},
62
header: {
73
logo: {
84
light: 'logo-nuxt-supabase-light.png',
@@ -17,17 +13,19 @@ export default defineAppConfig({
1713
supabase: 'https://supabase.com/docs',
1814
},
1915
toc: {
20-
edit: 'https://github.com/nuxt-modules/supabase/edit/main/docs/content',
21-
links: [{
22-
icon: 'i-simple-icons-nuxt',
23-
label: 'Nuxt docs',
24-
to: 'https://nuxt.com/docs',
25-
target: '_blank',
26-
}, {
27-
icon: 'i-simple-icons-supabase',
28-
label: 'Supabase docs',
29-
to: 'https://supabase.com/docs',
30-
target: '_blank',
31-
}],
16+
bottom: {
17+
title: 'Community',
18+
links: [{
19+
icon: 'i-simple-icons-nuxt',
20+
label: 'Nuxt docs',
21+
to: 'https://nuxt.com/docs',
22+
target: '_blank',
23+
}, {
24+
icon: 'i-simple-icons-supabase',
25+
label: 'Supabase docs',
26+
to: 'https://supabase.com/docs',
27+
target: '_blank',
28+
}],
29+
},
3230
},
3331
})

docs/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
seo:
3-
title: Nuxt Supabase - Home
3+
title: Home
44
description: A supa simple wrapper around supabase-js to enable usage and
55
integration within Nuxt.
66
---

docs/nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
export default defineNuxtConfig({
22
modules: ['@nuxtjs/plausible'],
3+
site: {
4+
name: 'Nuxt Supabase',
5+
},
36
future: {
47
compatibilityVersion: 4,
58
},

0 commit comments

Comments
 (0)