From 1d0c77b1fd409fbfbf5f684712b432e27059c3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rick=20Pruneau?= Date: Tue, 30 Dec 2025 14:56:20 -0500 Subject: [PATCH] added allowedHosts to make URL functional. --- quasar.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quasar.config.ts b/quasar.config.ts index 2fc4168..8e9ee05 100644 --- a/quasar.config.ts +++ b/quasar.config.ts @@ -97,7 +97,8 @@ export default defineConfig((ctx) => { // Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#devserver devServer: { // https: true, - open: true // opens browser window automatically + open: true, // opens browser window automatically + allowedHosts: true, }, // https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#framework