Skip to content

Commit 4a4c578

Browse files
committed
vite updates
1 parent b2f4fbc commit 4a4c578

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

frontend/vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ export default defineConfig({
88
// depending on your application, base can also be "/"
99
base: '',
1010
plugins: [react()],
11+
preview: {
12+
allowedHosts: [".mitre.org", ".us-east-1.elb.amazonaws.com"],
13+
},
1114
define: {
1215
'process.env': process.env
1316
},

0 commit comments

Comments
 (0)