diff --git a/vite.config.js b/vite.config.js index 8b0f57b..4f4a530 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react' // https://vite.dev/config/ export default defineConfig({ plugins: [react()], + server: { + allowedHosts: ['kaylaphd.home.dustin.coffee', 'kaylassafe.space', '.dustin.coffee'], + }, })