From 9c5996b74d315d924b021314b23bad36595590fd Mon Sep 17 00:00:00 2001 From: devaraj3 Date: Sun, 26 Jul 2026 11:38:52 +0530 Subject: [PATCH] refactor: update build process and integrate vite-react-ssg for static site generation - Changed build script in package.json to use vite-react-ssg for static site generation. - Updated main.tsx to define routes using vite-react-ssg and replaced ReactDOM rendering with ViteReactSSG. - Enhanced Landing component with SEO improvements using Head from vite-react-ssg and refactored layout for better structure. --- index.html | 6 - package-lock.json | 1737 ++++++++++++++++++++++++++++++++++++++++- package.json | 5 +- src/main.tsx | 33 +- src/pages/Landing.tsx | 226 +++--- 5 files changed, 1857 insertions(+), 150 deletions(-) diff --git a/index.html b/index.html index 3526741..f0e00d5 100644 --- a/index.html +++ b/index.html @@ -3,16 +3,11 @@ - - @@ -26,7 +21,6 @@ /> - CAD Viewer — Free Online 3D STEP, IGES, STL & DXF Viewer