-
Notifications
You must be signed in to change notification settings - Fork 9
/
site.config.js
28 lines (28 loc) · 1.11 KB
/
site.config.js
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
module.exports = {
siteName: "Next.js 101 - Free Online Course",
siteDescription: "Learn how to build a simple landing page with Next.js",
author: "Petr Tichy",
authorTitle: "Front-end Developer",
authorImg: "/assets/author/img_petr-tichy-bio.png",
shortBio:
"Petr is a passionate front-end developer who likes to build cool products and teach along the way.",
outcomes: [
"How to build this landing page with Next.js",
"How to create API endpoint and integrate with ConvertKit API",
"How to use React Hook Form and TailwindCSS",
],
logo: "/assets/img_logo.svg",
coverImage: "/assets/img_nextjs-101-cover.png",
ogImage:
"https://ihatetomatoes-nextjs-101.vercel.app/assets/img_og-next-101.jpg",
social: {
website: "https://ihatetomatoes.net",
twitter: "https://twitter.com/ihatetomatoes",
facebook: "https://www.facebook.com/ihatetomatoesblog",
twitch: "https://twitch.tv/iht_blog/",
youtube:
"https://www.youtube.com/channel/UC7O6CntQoAI-wYyJxYiqNUg?sub_confirmation=1",
},
videoType: "youtube",
websiteUrl: "https://ihatetomatoes-nextjs-101.vercel.app/",
};