Skip to content

Commit

Permalink
Merge pull request #6 from NBISweden/feat/icons
Browse files Browse the repository at this point in the history
feat: favicon
  • Loading branch information
jhagberg authored Sep 26, 2023
2 parents c240c1f + d5e0659 commit cb69cb6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
} from './configs/index.js'

export default defineUserConfig({
title: 'ChatGPT UI',
description: 'A ChatGPT web client',
title: 'Mimir',
description: 'The NBIS ChatGPT web client',
base: '/chatgpt-ui/',
locales: {
// 键名是该语言所属的子路径
Expand Down Expand Up @@ -53,4 +53,4 @@ export default defineUserConfig({
},
},
}),
})
})
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
const appName = process.env.NUXT_PUBLIC_APP_NAME ?? 'ChatGPT UI'
const appName = process.env.NUXT_PUBLIC_APP_NAME ?? 'Mimir'
export default defineNuxtConfig({
debug: process.env.NODE_ENV !== 'production',
vite: {
Expand Down Expand Up @@ -42,7 +42,7 @@ export default defineNuxtConfig({
manifest: {
name: appName,
short_name: appName,
description: 'A ChatGPT web Client'
description: 'The NBIS CahtGPT web client'
},
workbox: {
enabled: process.env.DEBUT_PWA === 'true',
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
3 changes: 0 additions & 3 deletions public/icon-black.svg

This file was deleted.

Binary file removed public/icon.png
Binary file not shown.

0 comments on commit cb69cb6

Please sign in to comment.