diff --git a/index.html b/index.html index 2f4445f4..f2b5b1f4 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - +
@@ -8,7 +8,10 @@ name="description" content="Knowledge sharing without borders. Communicate, Collaborate, Build Engaging Learning Experiences" /> - + { - process.env = { ...process.env, ...loadEnv(mode, process.cwd()) }; + process.env = { + VITE_VERSION: 'default', + VITE_BUILD_TIMESTAMP: new Date().toISOString(), + ...process.env, + ...loadEnv(mode, process.cwd()), + }; return defineConfig({ base: '',