diff --git a/src/config.js b/src/config.js
index 7082b5f..d953323 100644
--- a/src/config.js
+++ b/src/config.js
@@ -4,8 +4,8 @@
* Provides base path handling for assets
*/
-// Asset version for cache busting - increment when deploying changes
-const ASSET_VERSION = Date.now();
+// Asset version for cache busting - set to current date during build (YYYYMMDD format)
+const ASSET_VERSION = import.meta.env.ASSET_VERSION || Date.now();
// BASE_PATH kept for backwards compatibility if used elsewhere
const BASE_PATH = import.meta.env.BASE_PATH || "";
diff --git a/src/data/agenda.js b/src/data/agenda.js
index aa650ba..204c0f4 100644
--- a/src/data/agenda.js
+++ b/src/data/agenda.js
@@ -20,7 +20,6 @@ export const agendaSections = [
description:
"Join 600+ developers building new apps, bots — in person or online. Participants can build any app of their choice and will compete for $12,500+ in cash, products and prizes. Put yourself in the center of the developer world!",
speakers: [],
- icon: asset("/images/hackathon.svg"),
disableHover: true,
},
{
@@ -244,7 +243,6 @@ export const agendaSections = [
description:
"Official DeveloperWeek Closing Ceremony. Join us for closing remarks and a celebration of the day's achievements.",
speakers: [],
- icon: asset("/images/closing.svg"),
disableHover: true,
},
],
diff --git a/src/index.html b/src/index.html
index 6f29b5b..3cf53be 100644
--- a/src/index.html
+++ b/src/index.html
@@ -51,7 +51,7 @@
/>
-
+
@@ -81,7 +81,7 @@
/>
-
+
@@ -100,7 +100,7 @@