We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7993bc7 commit 0108ce4Copy full SHA for 0108ce4
1 file changed
vite.config.ts
@@ -5,4 +5,12 @@ import tailwindcss from '@tailwindcss/vite'
5
// https://vite.dev/config/
6
export default defineConfig({
7
plugins: [react(), tailwindcss()],
8
+ build: {
9
+ rollupOptions: {
10
+ input: {
11
+ main: './index.html',
12
+ 404: './404.html'
13
+ }
14
15
16
})
0 commit comments