add to allowed hosts

This commit is contained in:
nmemmert
2026-05-27 10:32:19 -04:00
parent decf43823f
commit eae8c9a18e
+1 -1
View File
@@ -5,7 +5,7 @@ export default defineConfig({
plugins: [react()], plugins: [react()],
server: { server: {
host: true, host: true,
allowedHosts: ['study.necloud.us'], allowedHosts: ['study.necloud.us', 'localhost', 'study.versebyversewithnate.us'],
}, },
test: { test: {
environment: 'jsdom', environment: 'jsdom',