Skip to content

Commit 041c519

Browse files
committed
chore: fix railway link (#2785)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent 865550c commit 041c519

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/src/sitemap/mod.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,10 @@ export const sitemap = [
321321
pages: [
322322
{
323323
title: "Railway",
324-
href: "/docs/hosting-providers/rivet",
324+
href: "/docs/hosting-providers/railway",
325325
},
326+
// TODO: AWS ECS
327+
// TODO: Vercel
326328
{
327329
title: "Cloudflare Workers",
328330
href: "/docs/hosting-providers/cloudflare-workers",
@@ -332,13 +334,11 @@ export const sitemap = [
332334
href: "/docs/hosting-providers/rivet-cloud",
333335
},
334336

337+
// TODO: Hetzner
335338
// TODO: AWS
336339
// TODO: Cloudflare Workers
337340
// TODO: Railway
338-
// TODO: Vercel
339-
// TODO: Hetzner
340341
// TODO: Coolify
341-
// TODO: AWS ECS
342342
// TODO: Rivet
343343
],
344344
},

0 commit comments

Comments
 (0)