From 03420e4f911f9df23f6fd5e724c29c73c581b9a5 Mon Sep 17 00:00:00 2001
From: Thomas Miceli <27960254+thomiceli@users.noreply.github.com>
Date: Sun, 18 Jan 2026 18:30:20 +0800
Subject: [PATCH] Fix img
---
README.md | 2 +-
docs/.vitepress/config.mts | 2 +-
docs/.vitepress/theme/Home.vue | 4 ++--
docs/introduction.md | 2 +-
helm/opengist/Chart.yaml | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
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 {