From 322be8a0b82054c4f330c0533fabb9b796936980 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 16 Mar 2026 11:58:29 -0400 Subject: [PATCH] Update marketing site: copyright to Qlty Software Inc. and allow ngrok hosts Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/marketing/astro.config.mjs | 3 +++ apps/marketing/src/pages/index.astro | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/marketing/astro.config.mjs b/apps/marketing/astro.config.mjs index 80f63d652..587f115c6 100644 --- a/apps/marketing/astro.config.mjs +++ b/apps/marketing/astro.config.mjs @@ -17,5 +17,8 @@ export default defineConfig({ }, vite: { plugins: [tailwindcss()], + server: { + allowedHosts: [".ngrok-free.app"], + }, }, }); diff --git a/apps/marketing/src/pages/index.astro b/apps/marketing/src/pages/index.astro index 373609b91..04ca2e4e0 100644 --- a/apps/marketing/src/pages/index.astro +++ b/apps/marketing/src/pages/index.astro @@ -623,7 +623,7 @@ const cssExample = `/* All nodes default to fast + ch
- © 2025 Fabro. All rights reserved. + © 2025 Qlty Software Inc. All rights reserved.