Skip to content

Commit 66ae478

Browse files
saagpatelclaude
andcommitted
fix: set metadataBase for correct social share URLs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 41cd308 commit 66ae478

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import type { Metadata } from "next";
22
import "./globals.css";
33

44
export const metadata: Metadata = {
5+
metadataBase: new URL("https://neural-network-playground.vercel.app"),
56
title: "Neural Network Playground",
67
description:
78
"Train CNNs and dense networks in your browser. Watch weights, activations, and loss update in real time.",

0 commit comments

Comments
 (0)