diff --git a/vite.config.js b/vite.config.js index 95f90c0..5d5a071 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,7 +5,7 @@ export default defineConfig({ plugins: [react()], server: { host: true, - allowedHosts: ['study.necloud.us'], + allowedHosts: ['study.necloud.us', 'localhost', 'study.versebyversewithnate.us'], }, test: { environment: 'jsdom',