fix: PR review fixes — restore viewport export, revert schema to PostgreSQL, merge 4 courses, strip content frontmatter

This commit is contained in:
Antigravity AI
2026-06-28 10:39:27 +08:00
committed by wmj2024
parent 81bf6af044
commit 577dcc4fc0
3 changed files with 243 additions and 10 deletions
+7 -2
View File
@@ -4,11 +4,16 @@ import { AuthProvider } from "@/lib/AuthContext";
import BottomNav from "@/components/BottomNav";
import PWARegister from "@/components/PWARegister";
export const viewport = {
width: "device-width",
initialScale: 1,
viewportFit: "cover",
themeColor: "#0a0a0f",
};
export const metadata: Metadata = {
title: "Falah — Islamic Lifestyle",
description: "Nur AI coaching, Halal marketplace, community & wallet",
viewport: "width=device-width, initial-scale=1, viewport-fit=cover",
themeColor: "#0a0a0f",
appleWebApp: { capable: true, statusBarStyle: "black-translucent" },
manifest: "/mobile/manifest.json",
icons: {