Skip to content

Commit 066febb

Browse files
committed
add allowed hosts
1 parent 4ff4206 commit 066febb

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

app/lecture/vite.config.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ export default defineConfig({
1414
},
1515
},
1616
}),
17-
]
18-
})
17+
],
18+
server: {
19+
allowedHosts: ['tutorials.rione.org']
20+
}
21+
})

0 commit comments

Comments
 (0)