diff --git a/server/src/constants.ts b/server/src/constants.ts
index e0a4fe8cef..8115101ca0 100644
--- a/server/src/constants.ts
+++ b/server/src/constants.ts
@@ -23,7 +23,6 @@ export const ONE_HOUR = Duration.fromObject({ hours: 1 });
export const envName = (process.env.IMMICH_ENV || 'production').toUpperCase();
export const isDev = () => process.env.IMMICH_ENV === 'development';
export const APP_MEDIA_LOCATION = process.env.IMMICH_MEDIA_LOCATION || './upload';
-export const WEB_ROOT = process.env.IMMICH_WEB_ROOT || '/usr/src/app/www';
const HOST_SERVER_PORT = process.env.IMMICH_PORT || '2283';
export const DEFAULT_EXTERNAL_DOMAIN = 'http://localhost:' + HOST_SERVER_PORT;
diff --git a/web/src/app.html b/web/src/app.html
index ff6a8bf580..d76e52c859 100644
--- a/web/src/app.html
+++ b/web/src/app.html
@@ -13,6 +13,8 @@
+
+
%sveltekit.head%