From e30116153f29ea8b634c31c080130f1a5d6f0d06 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Tue, 10 Mar 2026 18:39:11 +0900 Subject: add domain --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 1f8d5b5..0fdfdfe 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -19,7 +19,7 @@ export default defineConfig({ // a machine name on the LAN such as "arch-razer"). // Vite's `host: true` already binds to all interfaces; this explicit // whitelist helps documentation and tooling that may inspect the config. - allowedHosts: ['arch-razer'], + allowedHosts: ['arch-razer', 'tirecalc.malcz.com'], // Explicitly set the port (must match the EXPOSE in Dockerfile). port: 5173, -- cgit v1.2.3