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.