Skip to content

Commit

Permalink
Refactor metadata URL in config.ts to use the correct company link
Browse files Browse the repository at this point in the history
  • Loading branch information
rubixvi committed Sep 16, 2024
1 parent e52fc4f commit d49a5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const imagealt = "Rubix Studios Documentation";
const twitterhandle = "@RubixStudios";

const companyname = "Rubix Studios";
const companylink = "https://rubix-documents.vercel.app";
const companylink = "https://www.rubixstudios.com.au";

const branding = true;
const rightsidebar = true;
Expand Down

0 comments on commit d49a5a5

Please sign in to comment.