Skip to content

Commit

Permalink
s/app/com
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup authored Nov 14, 2024
1 parent cd8e145 commit 2627ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/docsLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type DocsLayoutConfig = z.infer<typeof docsLayoutConfig>;
const Component: React.FC<{ config: DocsLayoutConfig }> = ({ config }) => {
const url =
(config.Url ?? "").trim() === ""
? "docs.railway.app"
? "docs.railway.com"
: (config.Url as string);
return (
<div
Expand Down

0 comments on commit 2627ef8

Please sign in to comment.