fix: allow opinion.moreminimore.com host in vite config

This commit is contained in:
Kunthawat Greethong
2026-06-17 11:46:59 +07:00
parent f395309207
commit 3ea51d906a

View File

@@ -14,6 +14,7 @@ export default defineConfig({
server: { server: {
port: 3000, port: 3000,
open: true, open: true,
allowedHosts: ['opinion.moreminimore.com'],
proxy: { proxy: {
'/api': { '/api': {
target: 'http://localhost:5001', target: 'http://localhost:5001',