diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index e1fe4f1..e2ef694 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -9,10 +9,10 @@ export default defineUserConfig({ ['meta', {name: 'viewport', content: 'width=device-width,initial-scale=1'}] ], theme: hopeTheme({ - // logo: "/logo.png", - docsRepo: "https://github.com/IT4Change/IT4C.dev", + logo: '/it4c-logo2.png', + docsRepo: 'https://github.com/IT4Change/IT4C.dev', docsBranch: 'master', - docsDir: "docs", + docsDir: 'docs', editLink: true, lastUpdated: false, contributors: false, diff --git a/docs/.vuepress/public/it4c-logo2.png b/docs/.vuepress/public/it4c-logo2.png new file mode 100644 index 0000000..563f650 Binary files /dev/null and b/docs/.vuepress/public/it4c-logo2.png differ