Skip to content

Commit

Permalink
bug: define allowedHosts in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol committed Jan 22, 2025
1 parent e3c11b2 commit 5ac1242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export default defineConfig(({ mode }) => {
port,
host: true,
strictPort: true,
allowedHosts: ['app.lago.dev'],
},
preview: {
port,
Expand Down

0 comments on commit 5ac1242

Please sign in to comment.