Results 1 issues of faye

本地开发多页面配置,生成的 index.html 和 other.html 都是基于 index.html 模板,other.html 模板没生效,想问一下如何能让 other.html 模板生效? 如下代码: ``` import { defineConfig } from 'vite' import { createHtmlPlugin } from 'vite-plugin-html' export default defineConfig({ plugins: [ createHtmlPlugin({...