diff --git a/README.md b/README.md
index c98c106..bb3bdb9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Opengist
-
+
Opengist is a **self-hosted** Pastebin **powered by Git**. All snippets are stored in a Git repository and can be
read and/or modified using standard Git commands, or with the web interface.
diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts
index 99fc465..881eb51 100644
--- a/docs/.vitepress/config.mts
+++ b/docs/.vitepress/config.mts
@@ -11,7 +11,7 @@ export default defineConfig({
},
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
- logo: 'https://raw.githubusercontent.com/thomiceli/opengist/master/public/opengist.svg',
+ logo: 'https://raw.githubusercontent.com/thomiceli/opengist/master/public/img/opengist.svg',
logoLink: '/',
nav: [
{ text: 'Demo', link: 'https://demo.opengist.io' },
diff --git a/docs/.vitepress/theme/Home.vue b/docs/.vitepress/theme/Home.vue
index 83f8df0..eae5f02 100644
--- a/docs/.vitepress/theme/Home.vue
+++ b/docs/.vitepress/theme/Home.vue
@@ -17,7 +17,7 @@ export default {