diff --git a/feeds/public/feeds b/feeds/public/feeds
index b3ad739f0..47b5229c5 160000
--- a/feeds/public/feeds
+++ b/feeds/public/feeds
@@ -1 +1 @@
-Subproject commit b3ad739f0aa4a5ff5c82904b1c3c86611d514410
+Subproject commit 47b5229c557aba51375f8c5a8f0864470acd1fe9
diff --git a/root/src/index.html b/root/src/index.html
index 9f79abc7b..9e8c9f913 100644
--- a/root/src/index.html
+++ b/root/src/index.html
@@ -41,10 +41,8 @@
<% if (isLocal) { %>
<% } else { %>
-
-
-
-
+
+
diff --git a/root/vite.config.ts b/root/vite.config.ts
index 0ace42250..aee2082e8 100644
--- a/root/vite.config.ts
+++ b/root/vite.config.ts
@@ -29,11 +29,6 @@ export default defineConfig(({ mode }) => {
entryFileNames: "[name].js",
assetFileNames: "assets/[name].[ext]",
},
- external: [
- `${env.VITE_MF_SYLLABUS_BASE_PATH}/assets/style.css`,
- `${env.VITE_MF_CAMPUS_BASE_PATH}/assets/style.css`,
- "/assets/style.css",
- ],
},
},
resolve: {