Update marketing site: copyright to Qlty Software Inc. and allow ngrok hosts

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-16 11:58:29 -04:00
parent b45483ae4a
commit 322be8a0b8
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -17,5 +17,8 @@ export default defineConfig({
},
vite: {
plugins: [tailwindcss()],
server: {
allowedHosts: [".ngrok-free.app"],
},
},
});

View file

@ -623,7 +623,7 @@ const cssExample = `<span class="text-ice-300">/* All nodes default to fast + ch
</div>
</div>
<div class="mt-10 border-t border-navy-800/40 pt-6 text-center text-xs text-ice-300/40">
&copy; 2025 Fabro. All rights reserved.
&copy; 2025 Qlty Software Inc. All rights reserved.
</div>
</div>
</footer>