Remove landing.html file and update Vite configuration to exclude it from the build process, streamlining project structure.

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-10-29 11:17:49 +03:00
parent aa8afef7c3
commit 108e895631
2 changed files with 0 additions and 227 deletions
-1
View File
@@ -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: {