diff --git a/index.html b/index.html
index 9ab9dd9a..11257b5c 100644
--- a/index.html
+++ b/index.html
@@ -1,101 +1,101 @@
-
-
-
- <%= process.env.VRCA_PRODUCT_NAME %>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ <%= process.env.VRCA_PRODUCT_NAME %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/quasar.config.js b/quasar.config.js
index f057828c..8a7c4f0e 100644
--- a/quasar.config.js
+++ b/quasar.config.js
@@ -99,6 +99,7 @@ module.exports = configure(function(ctx) {
VRCA_TAGLINE: process.env.VRCA_TAGLINE ?? packageJSON.description,
VRCA_PRODUCT_DESCRIPTION: process.env.VRCA_PRODUCT_DESCRIPTION ?? packageJSON.description,
VRCA_LOGO: process.env.VRCA_LOGO ?? "assets/images/branding/vircadia-icon.svg",
+ VRCA_INTRO: process.env.VRCA_INTRO ?? "assets/video/Digisomni_Intro_9-13-2022.webm",
// NOTE: VRCA_BANNER should be an absolute URL for Open Graph support.
VRCA_BANNER: process.env.VRCA_BANNER ?? "assets/images/branding/og_banner.png",
VRCA_BANNER_ALT: process.env.VRCA_BANNER_ALT ?? packageJSON.productName,