@kevisual/vite-html-plugin
v0.0.1
Published
A Vite plugin to replace HTML meta/title content from meta.json after build
Readme
meta.json
{
"$schema": "https://kevisual.cn/root/resources/ai/1.0.0/kevisual/schema/vite-html-plugin.json",
"title": "My Vite App",
"description": "这是一个由 Vite 构建的示例应用",
"keywords": "vite, app, demo",
"author": "Your Name",
"og:title": "My Vite App",
"og:description": "这是一个由 Vite 构建的示例应用",
"og:image": "https://example.com/og-image.png",
"og:url": "https://example.com"
}