Files
hoppscotch/packages/hoppscotch-ui/histoire.config.ts
Liyas Thomas bb8dc6f7eb chore: updated brand assets (#3500)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2023-11-08 15:47:35 +05:30

19 lines
419 B
TypeScript

import { HstVue } from "@histoire/plugin-vue"
import { defineConfig } from "histoire"
export default defineConfig({
theme: {
title: "Hoppscotch Design • Hoppscotch",
logo: {
square: "/logo.svg",
light: "/logo.svg",
dark: "/logo.svg",
},
logoHref: "/",
favicon: "favicon.ico",
},
setupFile: "histoire.setup.ts",
plugins: [HstVue()],
viteIgnorePlugins: ["vite:dts"],
})