diff --git a/public/llms.txt b/public/llms.txt index 8184e1c..5c6d56f 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -6,12 +6,12 @@ buildml is an interactive ML education platform where users solve AI/ML coding c ## Pages -- [Home](https://buildml.website): Landing page introducing the platform and its mission. -- [Practice](https://buildml.website/practice): Browse all problem sets (NumPy, Neural Networks, etc.) and start solving challenges. -- [Leaderboard](https://buildml.website/leaderboard): Ranked community leaderboard based on points earned from solved challenges. -- [About](https://buildml.website/about): Mission, philosophy, FAQ, and team info. -- [Sponsor](https://buildml.website/sponsor): Support the project. -- [Sign In](https://buildml.website/signin): Google OAuth authentication to track progress and save solutions. +- [Home](https://www.buildml.website): Landing page introducing the platform and its mission. +- [Practice](https://www.buildml.website/practice): Browse all problem sets (NumPy, Neural Networks, etc.) and start solving challenges. +- [Leaderboard](https://www.buildml.website/leaderboard): Ranked community leaderboard based on points earned from solved challenges. +- [About](https://www.buildml.website/about): Mission, philosophy, FAQ, and team info. +- [Sponsor](https://www.buildml.website/sponsor): Support the project. +- [Sign In](https://www.buildml.website/signin): Google OAuth authentication to track progress and save solutions. ## How It Works @@ -35,4 +35,4 @@ The platform uses tRPC for its API layer. Key endpoints handle: ## Optional -- [Sitemap](https://buildml.website/sitemap.xml) +- [Sitemap](https://www.buildml.website/sitemap.xml) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2c69f73..e476616 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -48,7 +48,7 @@ export default function RootLayout({ suppressHydrationWarning >
- + { - const baseUrl = "https://buildml.website"; + const baseUrl = "https://www.buildml.website"; // Static pages const staticPages: MetadataRoute.Sitemap = [ diff --git a/src/lib/seo.ts b/src/lib/seo.ts index ccfbd0b..1c85397 100644 --- a/src/lib/seo.ts +++ b/src/lib/seo.ts @@ -4,7 +4,7 @@ export const siteConfig = { name: "buildml", description: "Master AI/ML by implementing research papers from scratch. Practice coding challenges, understand algorithms, and build real skills through hands-on implementation.", - url: "https://buildml.website", + url: "https://www.buildml.website", ogImage: "/og.png", creator: "praash", keywords: [