Update some things. Default URL changed for VPS.

This commit is contained in:
2025-12-18 16:19:43 +00:00
parent 74f6dfa66d
commit cf44635c72
10 changed files with 635 additions and 613 deletions

View File

@@ -7,7 +7,7 @@ const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
// Get the Bang URL from environment or use a default for local development
const bangUrl = process.env.VITE_BANG_URL || 'https://bang.gbrown.org';
const bangUrl = process.env.VITE_BANG_URL || 'https://bang.gibbyb.com';
// Create the OpenSearch XML content
const openSearchXml = `<?xml version="1.0" encoding="UTF-8"?>