diff --git a/web/vite.config.js b/web/vite.config.js index 6371a5f..51722a2 100644 --- a/web/vite.config.js +++ b/web/vite.config.js @@ -5,6 +5,9 @@ import path from 'path'; // https://vite.dev/config/ export default defineConfig({ plugins: [react()], + server:{ + allowedHosts: ['.code-catalyst.com'] + }, resolve: { alias: { '@src': path.resolve(__dirname, 'src'),