Remove landing.html file and update Vite configuration to exclude it from the build process, streamlining project structure.
This commit is contained in:
@@ -62,7 +62,6 @@ export default defineConfig(({ mode }) => {
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: path.resolve(__dirname, 'index.html'),
|
||||
landing: path.resolve(__dirname, 'landing.html'),
|
||||
terms: path.resolve(__dirname, 'terms.html'),
|
||||
},
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user