Skip to content

Commit 6e48191

Browse files
committed
refactor(dashboard): remove duplicate public status route
1 parent 259d547 commit 6e48191

17 files changed

Lines changed: 1 addition & 1580 deletions

apps/dashboard/app/robots.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default function robots(): MetadataRoute.Robots {
44
return {
55
rules: {
66
userAgent: "*",
7-
allow: ["/status/", "/public/"],
7+
allow: "/public/",
88
disallow: ["/", "/.well-known/", "/_next/"],
99
},
1010
};

apps/dashboard/app/sitemap.ts

Lines changed: 0 additions & 57 deletions
This file was deleted.

apps/dashboard/app/status/[slug]/_components/last-checked.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/dashboard/app/status/[slug]/_components/last-updated.tsx

Lines changed: 0 additions & 56 deletions
This file was deleted.

apps/dashboard/app/status/[slug]/_components/monitor-row-interactive.tsx

Lines changed: 0 additions & 109 deletions
This file was deleted.

apps/dashboard/app/status/[slug]/_components/section-group.tsx

Lines changed: 0 additions & 40 deletions
This file was deleted.

apps/dashboard/app/status/[slug]/_components/status-navbar.tsx

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)