Skip to content

Commit

Permalink
install decohub and site
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Mar 25, 2024
1 parent fe46b79 commit d09bf57
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .deco/decofile.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,34 @@
}
],
"__resolveType": "website/pages/Page.tsx"
},
"site": {
"seo": {
"type": "website",
"image": "https://ozksgdmyrqcxcwhnbepg.supabase.co/storage/v1/object/public/assets/2177/a5d890ba-e5b8-471e-8b77-7412c1d4fa56",
"title": "Storefront",
"jsonLDs": [],
"canonical": "https://fashion.deco.site",
"noIndexing": false,
"description": "Improve your page performance with deco.cx",
"titleTemplate": "%s | deco.cx",
"descriptionTemplate": "%s | Deco.cx"
},
"global": [],
"routes": [
{
"__resolveType": "website/loaders/pages.ts"
},
{
"__resolveType": "website/loaders/redirects.ts"
}
],
"caching": {
"directives": []
},
"__resolveType": "deco-sites/start/apps/site.ts"
},
"decohub": {
"__resolveType": "deco-sites/start/apps/decohub.ts"
}
}

0 comments on commit d09bf57

Please sign in to comment.