From 8b3b7c99558133fc252d4747105a27956d887f2a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Jul 2026 20:18:10 +0200 Subject: [PATCH] remove Replit branding (meta description, dev banner) --- artifacts/toolrate/index.html | 6 +++--- artifacts/toolrate/vite.config.ts | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/artifacts/toolrate/index.html b/artifacts/toolrate/index.html index 987ecd7..9970469 100644 --- a/artifacts/toolrate/index.html +++ b/artifacts/toolrate/index.html @@ -4,14 +4,14 @@ ToolRate — Tool-Bewertungsplattform - + - + - + diff --git a/artifacts/toolrate/vite.config.ts b/artifacts/toolrate/vite.config.ts index 55190c4..2daa737 100644 --- a/artifacts/toolrate/vite.config.ts +++ b/artifacts/toolrate/vite.config.ts @@ -40,9 +40,6 @@ export default defineConfig({ root: path.resolve(import.meta.dirname, ".."), }), ), - await import("@replit/vite-plugin-dev-banner").then((m) => - m.devBanner(), - ), ] : []), ],