Skip to content

Commit 742a004

Browse files
committed
freetacman update
1 parent 6b4c8a7 commit 742a004

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/(default)/(project)/FreeTacMan/layout.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ import type { Metadata } from "next";
22
import * as React from "react";
33
import Link from "next/link";
44

5+
export const metadata: Metadata = {
6+
title: "FreeTacMan | OpenDriveLab",
7+
description: "FreeTacMan",
8+
keywords: ["FreeTacMan", "OpenDriveLab", "HKU", "SII"],
9+
viewport: "width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes",
10+
};
11+
512
import "./globals.css";
613

714
// font

app/(default)/(project)/FreeTacMan/page.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
import type { Metadata } from "next";
2-
export const metadata: Metadata = {
3-
title: "FreeTacMan | OpenDriveLab",
4-
description: "FreeTacMan",
5-
keywords: ["FreeTacMan", "OpenDriveLab", "HKU", "SII"],
6-
viewport:
7-
"width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes",
8-
};
1+
"use client";
92

103
import Link from "next/link";
114
import {

0 commit comments

Comments
 (0)