chore: updated brand assets (#3500)

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
Liyas Thomas
2023-11-08 15:47:35 +05:30
committed by GitHub
parent be3e5ba7e7
commit bb8dc6f7eb
27 changed files with 161 additions and 14 deletions

View File

@@ -3,18 +3,16 @@ import { defineConfig } from "histoire"
export default defineConfig({
theme: {
title: "Hoppscotch • UI",
title: "Hoppscotch Design • Hoppscotch",
logo: {
square: "/logo.png",
light: "/logo.png",
dark: "/logo.png",
square: "/logo.svg",
light: "/logo.svg",
dark: "/logo.svg",
},
logoHref: "https://ui.hoppscotch.io",
favicon: 'favicon.ico',
logoHref: "/",
favicon: "favicon.ico",
},
setupFile: "histoire.setup.ts",
plugins: [HstVue()],
viteIgnorePlugins: [
'vite:dts'
]
viteIgnorePlugins: ["vite:dts"],
})