feat: deploy hoppscotch-ui

This commit is contained in:
Liyas Thomas
2023-02-01 23:15:50 +05:30
parent 492c3a0902
commit 461d67ce90
7 changed files with 92 additions and 2 deletions

View File

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