From 2fb9146f4711b17ce9473e4ef01fa183e21c0cfc Mon Sep 17 00:00:00 2001 From: Ethan Zhang Date: Sun, 11 Aug 2024 02:32:58 +0800 Subject: [PATCH] feat: fix title (#186) --- playground/package.json | 2 +- playground/src/app/layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/package.json b/playground/package.json index d67fddb7..29331cfe 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,5 +1,5 @@ { - "name": "astra-playground", + "name": "astra.ai", "version": "0.1.0", "private": true, "scripts": { diff --git a/playground/src/app/layout.tsx b/playground/src/app/layout.tsx index 66b5991f..3bf4b9da 100644 --- a/playground/src/app/layout.tsx +++ b/playground/src/app/layout.tsx @@ -5,7 +5,7 @@ import type { Metadata, Viewport } from "next"; export const metadata: Metadata = { - title: "Ai Agent", + title: "Astra.ai", description: "Generated by create next app", appleWebApp: { capable: true,