From 7e11e412622941d6198f1c33f11d5be173c52e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Mon, 4 May 2026 03:32:15 +0200 Subject: [PATCH] fixed bug in config --- cnn_website/vite.config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cnn_website/vite.config.js b/cnn_website/vite.config.js index 1a93ca2..5394801 100644 --- a/cnn_website/vite.config.js +++ b/cnn_website/vite.config.js @@ -4,12 +4,9 @@ import react from '@vitejs/plugin-react' // https://vite.dev/config/ export default defineConfig({ plugins: [react()], -}) - -export default { server: { allowedHosts: [ "cnn.marvinkrausser.com" ] } -} +})