fix: viewport

This commit is contained in:
Oleg Proskurin 2025-12-15 00:12:58 +07:00
parent d1d9517926
commit 1f4766a33d
1 changed files with 5 additions and 4 deletions

View File

@ -15,7 +15,11 @@ import {
FinalCtaSection,
} from './_components';
import type { Metadata } from 'next'
import type { Metadata, Viewport } from 'next'
export const viewport: Viewport = {
themeColor: '#0a0a0f',
}
export const metadata: Metadata = {
title: 'AI Image Generation Inside Your Workflow | Banatie',
@ -58,9 +62,6 @@ export const metadata: Metadata = {
description: 'Generate production-ready images via API, SDK, CLI, or live URLs. Built-in CDN delivery in seconds.',
images: ['https://banatie.app/og-image.png'],
},
// Other
themeColor: '#0a0a0f',
}
const customStyles = `