chore: updated brand assets (#3500)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
@@ -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"],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user