import type { Plugin } from 'vite'; /** * Renames page titles in the html templates */ export const htmlPlugin = (title?: string): Plugin => { return { name: 'vite-plugin-html-title', transformIndexHtml: (html, ctx) => { const indexRegex = /libra\/index.html$/; const previewRegex = /libra\/preview.html$/; const titleRegex = /