Update src/app/layout.tsx
Browse files- src/app/layout.tsx +1 -1
src/app/layout.tsx
CHANGED
|
@@ -10,7 +10,7 @@ const inter = Inter({ subsets: ["latin"] });
|
|
| 10 |
export const metadata: Metadata = {
|
| 11 |
title: "N M API",
|
| 12 |
description: "Ne Musik API mehr nicht!",
|
| 13 |
-
keywords: [api", "music", "generation", "ai"],
|
| 14 |
creator: "",
|
| 15 |
};
|
| 16 |
|
|
|
|
| 10 |
export const metadata: Metadata = {
|
| 11 |
title: "N M API",
|
| 12 |
description: "Ne Musik API mehr nicht!",
|
| 13 |
+
keywords: ["api", "music", "generation", "ai"],
|
| 14 |
creator: "",
|
| 15 |
};
|
| 16 |
|