Skip to content

Commit

Permalink
Site name
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Apr 7, 2023
1 parent 7d778ec commit 5c202e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
import { env } from "~/env.mjs";

// If it is not set, use the default value "Next ZTnet".
export const globalSiteTitle = "ztnet";
export const globalSiteTitle = "Next ZTnet";

export const globalSiteVersion = env.NEXT_PUBLIC_APP_VERSION || null;

0 comments on commit 5c202e9

Please sign in to comment.