Skip to content

Commit eea0506

Browse files
committed
Add nextstep.taljacob.theworkpc.com To The Allowed Hosts
Signed-off-by: Tal Jacob <taljacob2@gmail.com>
1 parent 552763d commit eea0506

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nextstep-frontend/vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export default defineConfig({
1010
plugins: [react()],
1111
server: {
1212
port: parseInt(process.env.VITE_PORT || '5000'),
13-
host: process.env.VITE_DOMAIN_NAME || 'localhost'
13+
host: process.env.VITE_DOMAIN_NAME || 'localhost',
14+
allowedHosts: ['nextstep.taljacob.theworkpc.com']
1415
},
1516
preview: {
1617
port: parseInt(process.env.VITE_PORT || '5000'),

0 commit comments

Comments
 (0)