mirror of
https://github.com/RomySaputraSihananda/ares.git
synced 2026-08-25 08:38:08 +00:00
feat(web): ARES logo SVG + full SEO (metadata, sitemap, robots, favicon, per-page titles)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
6cd8959c2d
commit
daabb65f30
@@ -1,8 +1,14 @@
|
||||
import type { Metadata } from "next";
|
||||
import { getAccount, getAllDeals, type Deal } from "@/lib/mt5";
|
||||
import { formatCurrency, formatDate } from "@/lib/format";
|
||||
import EquityChart from "@/components/EquityChart";
|
||||
import TradesRefresher from "@/components/TradesRefresher";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Trade History",
|
||||
description: "Live closed trades and equity curve for ARES — M5 Momentum FVG scalper on XAUUSDm.",
|
||||
};
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
const MAGIC = 19730;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user