From 6b3faf2a2180fc57cacda90914e40886e1bade1a Mon Sep 17 00:00:00 2001 From: maulanasdqn Date: Sat, 11 Apr 2026 15:40:03 +0700 Subject: [PATCH] fix: remove dev-only CSS links from index.html in all Vite apps The tags reference source paths that only exist in dev mode. In production builds, Vite injects CSS through the JS bundle. These broken links caused 404 errors and unstyled pages in production. Affected: backoffice, dimentorin, gacha, hackathon, infra Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/backoffice/index.html | 1 - apps/dimentorin/index.html | 1 - apps/gacha/index.html | 1 - apps/hackathon/index.html | 1 - apps/infra/index.html | 1 - 5 files changed, 5 deletions(-) diff --git a/apps/backoffice/index.html b/apps/backoffice/index.html index 63c4591..d23333a 100644 --- a/apps/backoffice/index.html +++ b/apps/backoffice/index.html @@ -7,7 +7,6 @@ -
diff --git a/apps/dimentorin/index.html b/apps/dimentorin/index.html index ea11ccc..8edb732 100644 --- a/apps/dimentorin/index.html +++ b/apps/dimentorin/index.html @@ -7,7 +7,6 @@ -
diff --git a/apps/gacha/index.html b/apps/gacha/index.html index 7fe855b..e530874 100644 --- a/apps/gacha/index.html +++ b/apps/gacha/index.html @@ -7,7 +7,6 @@ -
diff --git a/apps/hackathon/index.html b/apps/hackathon/index.html index 3c914a7..d341684 100644 --- a/apps/hackathon/index.html +++ b/apps/hackathon/index.html @@ -21,7 +21,6 @@ - diff --git a/apps/infra/index.html b/apps/infra/index.html index 05fb8de..4ec9069 100644 --- a/apps/infra/index.html +++ b/apps/infra/index.html @@ -6,7 +6,6 @@ -