Skip to content

Commit

Permalink
Github
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangWentao-Github authored Sep 22, 2024
1 parent b80667d commit cbd873d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ import { TooltipProvider } from '@/app/components/ui/tooltip';
import { cn } from '@/lib/utils';
import { GeometosFont, interFont, kanitFont, MonaspaceNeonFont, russoOneFont, UbuntuFont } from '@/styles/font';
import { TRPCReactProvider } from '@/trpc/react';
import { SpeedInsights } from "@vercel/speed-insights/next";

export const metadata = {
title: 'LF112「@futiwolf」',
description: "futiowlf's personal website, A NodeJS Fullstack Developer. | Front-end Developer / Blogger",
icons: [{ rel: 'icon', url: '/favicon.ico' }],
title: '张文涛-联络站',
description: "你在找张文涛吗?没错你来对了,这里正是他的个人联络站,在这里去探索那未知的海洋吧!",
icons: [{ rel: 'icon', url: 'https://bucket.zhang-wen-tao.com/logo.png' }],
};

export default function RootLayout({ children }: { children: React.ReactNode }) {
Expand Down Expand Up @@ -51,4 +50,4 @@ export default function RootLayout({ children }: { children: React.ReactNode })
</body>
</html>
);
}
}

0 comments on commit cbd873d

Please sign in to comment.