refactor: Refine layout metadata and remove social media links from README

This commit is contained in:
blueeon
2024-03-29 00:55:02 +08:00
parent 956f00acb8
commit b3ba4b77f7
3 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "suno api",
description: "Use API to call the music generation service of suno.ai",
keywords: ["suno", "suno.ai", "api", "music", "generation", "ai"],
description: "Use API to call the music generation ai of suno.ai",
keywords: ["suno", "suno api", "suno.ai", "api", "music", "generation", "ai"],
creator: "@gcui.art",
};