remove Replit branding (meta description, dev banner)

This commit is contained in:
root
2026-07-29 20:18:10 +02:00
parent 612ada8849
commit 8b3b7c9955
2 changed files with 3 additions and 6 deletions
-3
View File
@@ -40,9 +40,6 @@ export default defineConfig({
root: path.resolve(import.meta.dirname, ".."),
}),
),
await import("@replit/vite-plugin-dev-banner").then((m) =>
m.devBanner(),
),
]
: []),
],