This commit is contained in:
Mahyar Khanbolooki
2025-08-02 17:41:31 +03:30
parent a090c27e4b
commit 99e66e3cae
14 changed files with 3567 additions and 156 deletions
+6 -1
View File
@@ -1,4 +1,4 @@
import { Metadata } from "next";
import { Metadata, Viewport } from "next";
import "./globals.css";
import { ReactQueryProvider } from "@/components/providers/ReactQueryProvider";
import { notFound } from "next/navigation";
@@ -9,6 +9,11 @@ import TranslationsProvider from "@/components/utils/TranslationsProdiver";
export const metadata: Metadata = {
title: 'Dashboard',
description: 'Webapp dashboard',
manifest: '/manifest.json',
}
export const viewport: Viewport = {
themeColor: '#F4F5F9',
}
const i18nNamespaces = ['common', 'menu', 'orders', 'auth', "rating", "chat", "notifications", 'parallels'];