Update vite.config.js
This commit is contained in:
parent
5c299ba629
commit
5be241ab86
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import path from 'path';
|
|||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server:{
|
||||
allowedHosts: ['.code-catalyst.com']
|
||||
allowedHosts: ['shift.code-catalyst.com']
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue