diff --git a/.vitepress/config.ts b/.vitepress/config.ts index aa292f4..6a76d7f 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -15,7 +15,7 @@ const env = loadEnv('', process.cwd()); // https://vitepress.dev/reference/site-config export default withMermaid( defineConfig({ - title: 'iExec documentation', + title: 'PoCo Documentation', description: 'Build decentralized applications that combine ownership, privacy, and monetization.', cleanUrls: true, diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue index 486b251..9d72a1f 100644 --- a/src/components/HomePage.vue +++ b/src/components/HomePage.vue @@ -1,4 +1,5 @@