diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 94637b4..6e11404 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/img/opengist.svg', + logo: '../../public/img/opengist.png', logoLink: '/', nav: [ { text: 'Demo', link: 'https://demo.opengist.io' }, diff --git a/docs/.vitepress/theme/Home.vue b/docs/.vitepress/theme/Home.vue index ec39327..b9eb366 100644 --- a/docs/.vitepress/theme/Home.vue +++ b/docs/.vitepress/theme/Home.vue @@ -17,7 +17,7 @@ export default {
- + Released 1.12 diff --git a/helm/opengist/Chart.yaml b/helm/opengist/Chart.yaml index e27847b..9055366 100644 --- a/helm/opengist/Chart.yaml +++ b/helm/opengist/Chart.yaml @@ -5,7 +5,7 @@ type: application version: 0.6.0 appVersion: 1.12.1 home: https://opengist.io -icon: https://raw.githubusercontent.com/thomiceli/opengist/master/public/img/opengist.svg +#icon: https://raw.githubusercontent.com/thomiceli/opengist/master/public/img/opengist.svg sources: - https://github.com/thomiceli/opengist dependencies: diff --git a/public/fs_embed.go b/public/fs_embed.go index 85d5e7b..3a3a2de 100644 --- a/public/fs_embed.go +++ b/public/fs_embed.go @@ -4,5 +4,5 @@ package public import "embed" -//go:embed .vite/manifest.json assets/*.js assets/*.css assets/*.svg assets/*.png assets/*.ttf assets/*.woff assets/*.woff2 +//go:embed .vite/manifest.json assets/*.js assets/*.css assets/*.png assets/*.ttf assets/*.woff assets/*.woff2 var Files embed.FS diff --git a/public/img/favicon-32.png b/public/img/favicon-32.png index 2d06943..99f683e 100644 Binary files a/public/img/favicon-32.png and b/public/img/favicon-32.png differ diff --git a/public/img/opengist.png b/public/img/opengist.png new file mode 100644 index 0000000..99f683e Binary files /dev/null and b/public/img/opengist.png differ diff --git a/public/img/opengist.svg b/public/img/opengist.svg deleted file mode 100644 index 90e0781..0000000 --- a/public/img/opengist.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/public/ts/main.ts b/public/ts/main.ts index b712061..466ce67 100644 --- a/public/ts/main.ts +++ b/public/ts/main.ts @@ -1,6 +1,6 @@ import '../css/tailwind.css'; import '../img/favicon-32.png'; -import '../img/opengist.svg'; +import '../img/opengist.png'; import jdenticon from 'jdenticon/standalone'; import PDFObject from 'pdfobject'; diff --git a/templates/base/base_header.html b/templates/base/base_header.html index 176d8dd..54c13dd 100644 --- a/templates/base/base_header.html +++ b/templates/base/base_header.html @@ -79,7 +79,7 @@ {{ if $.c.CustomLogo }} {{ else }} - + {{ end }}
@@ -89,7 +89,7 @@ {{ if $.c.CustomLogo }} {{ else }} - + {{ end }}