generated from timlrx/tailwind-nextjs-starter-blog
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.ts
29 lines (28 loc) · 942 Bytes
/
metadata.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import { defineMetadata } from '@/defines/metadata'
export default defineMetadata({
title: 'Next.js Starter Blog',
author: 'Tails Azimuth',
headerTitle: 'TailwindBlog',
description: 'A blog created with Next.js and Tailwind.css',
language: 'en-us',
theme: 'system',
siteUrl: 'https://tailwind-nextjs-typescript-starter-blog-yuns.vercel.app',
siteRepo: 'https://github.com/yunsii/tailwind-nextjs-typescript-starter-blog',
siteLogo: '/static/images/logo.png',
image: '/static/images/avatar.png',
socialBanner: '/static/images/twitter-card.png',
email: '[email protected]',
github: 'https://github.com',
juejin: 'https://juejin.cn/',
twitter: 'https://twitter.com/Twitter',
facebook: 'https://facebook.com',
youtube: 'https://youtube.com',
linkedin: 'https://www.linkedin.com',
locale: 'en-US',
newsletter: {
provider: 'buttondown',
},
analytics: {
gtmContainerId: 'GTM-T7HK7BWS',
},
})