Refactor project branding from HexaHost to Axiom across all configurations, documentation, and code files. Update environment variables, Docker setup, and README to reflect the new brand name. Ensure consistency in naming conventions and improve clarity in setup instructions.
This commit is contained in:
@@ -22,7 +22,7 @@ import { AuthProvider } from "@/components/auth-provider";
|
||||
const inter = Inter({ subsets: ["latin"], variable: "--font-inter" });
|
||||
const outfit = Outfit({ subsets: ["latin"], variable: "--font-outfit" });
|
||||
|
||||
const brandName = process.env.NEXT_PUBLIC_BRAND_NAME || "HexaHost";
|
||||
const brandName = process.env.NEXT_PUBLIC_BRAND_NAME || "Axiom";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: `${brandName} - Ultimate Discord Bot`,
|
||||
|
||||
Reference in New Issue
Block a user