add external url to allowed hosts

This commit is contained in:
UGA Innovation Factory
2025-12-19 16:05:48 -05:00
parent c5d5956daf
commit 5ec8e3d9de
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ export default defineConfig({
server: {
port: 3001,
host: '0.0.0.0',
allowedHosts: ['exp-dash', 'localhost'],
allowedHosts: ['exp-dash', 'localhost', 'usda-dash.ugaif.com'],
cors: true
},
build: {