Update vite.config.js

master
Kar 2025-02-14 14:30:06 +00:00
parent 92f82a1e72
commit f388af094e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
preview: {
allowedHosts: "all"
allowedHosts: ["*.sslip.io"]
//allowedHosts: ["example.com"]
}
})