Add search and RAG workspace flows
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import './globals.css';
|
||||
import type { Metadata } from 'next';
|
||||
import type { Metadata, Viewport } from 'next';
|
||||
import { QueryProvider } from '@/components/providers/query-provider';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
@@ -7,6 +7,13 @@ export const metadata: Metadata = {
|
||||
description: 'Futuristic fiscal intelligence terminal with durable tasks and AI SDK integration.'
|
||||
};
|
||||
|
||||
export const viewport: Viewport = {
|
||||
width: 'device-width',
|
||||
initialScale: 1,
|
||||
viewportFit: 'cover',
|
||||
themeColor: '#05080d'
|
||||
};
|
||||
|
||||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<html lang="en">
|
||||
|
||||
Reference in New Issue
Block a user