diff --git a/vite.config.js b/vite.config.js index 1a503ab..aa0ddbb 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react' export default defineConfig({ plugins: [react()], preview: { - allowedHosts: "all" + allowedHosts: ["*.sslip.io"] //allowedHosts: ["example.com"] } })