File tree Expand file tree Collapse file tree 3 files changed +18
-17
lines changed Expand file tree Collapse file tree 3 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 11export 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} )
Original file line number Diff line number Diff line change 11---
22seo :
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---
Original file line number Diff line number Diff line change 11export default defineNuxtConfig ( {
22 modules : [ '@nuxtjs/plausible' ] ,
3+ site : {
4+ name : 'Nuxt Supabase' ,
5+ } ,
36 future : {
47 compatibilityVersion : 4 ,
58 } ,
You can’t perform that action at this time.
0 commit comments