feat: update metadata

This commit is contained in:
Oleg Proskurin 2026-01-04 13:31:11 +07:00
parent 338a083052
commit b7463258f5
1 changed files with 10 additions and 0 deletions

View File

@ -18,6 +18,16 @@ const caveat = Caveat({
export const metadata: Metadata = { export const metadata: Metadata = {
metadataBase: new URL('https://banatie.app'), metadataBase: new URL('https://banatie.app'),
title: 'Banatie - AI Image Generation API',
description: 'Transform text into stunning images with our powerful AI API',
manifest: '/site.webmanifest',
icons: {
icon: [
{ url: '/favicon-16x16.png', sizes: '16x16', type: 'image/png' },
{ url: '/favicon-32x32.png', sizes: '32x32', type: 'image/png' },
],
apple: '/apple-touch-icon.png',
},
}; };
export default function RootLayout({ export default function RootLayout({