Add SEO settings and root admin save flows
CI / quality (push) Waiting to run

This commit is contained in:
MOH
2026-03-07 18:48:01 +01:00
parent f6a5a37676
commit f259dfc6bd
35 changed files with 1500 additions and 56 deletions
+4 -5
View File
@@ -1,14 +1,13 @@
import type { Metadata } from "next";
import { getLocale } from "next-intl/server";
import { ThemeProvider } from "@/components/theme-provider";
import { buildAppMetadata } from "@/lib/metadata";
import { getDirection } from "@/lib/locale";
import "./globals.css";
export const metadata: Metadata = {
title: "moh-sass",
description: "Multilingual Next.js base project",
metadataBase: new URL(process.env.NEXT_PUBLIC_SITE_URL ?? "https://mohfarawati.de"),
};
export async function generateMetadata(): Promise<Metadata> {
return buildAppMetadata();
}
export default async function RootLayout({
children,