Skip to content

Commit

Permalink
nuxt.config.js: add print to allowed hosts
Browse files Browse the repository at this point in the history
This somehow was an issue locally now.
  • Loading branch information
BacLuc committed Jan 21, 2025
1 parent 20198b7 commit 1a9af73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions print/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ export default defineNuxtConfig({
telemetry: false,

vite: {
server: {
allowedHosts: ['print'],
},
optimizeDeps: {
include: [
'dayjs',
Expand Down

0 comments on commit 1a9af73

Please sign in to comment.