diff --git a/package.json b/package.json index 6a9da8d..9032d88 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,13 @@ "private": true, "epicshop": { "title": "React Server Components ๐Ÿคน", - "githubRoot": "https://github.com/epicweb-dev/react-server-components/blob/main" + "githubRoot": "https://github.com/epicweb-dev/react-server-components/blob/main", + "subtitle": "Understand React Server Components and Server Actions by building a framework with them.", + "instructor": { + "name": "Kent C. Dodds", + "avatar": "/images/instructor.png", + "๐•": "kentcdodds" + } }, "type": "module", "scripts": { diff --git a/public/images/instructor.png b/public/images/instructor.png new file mode 100644 index 0000000..707102e Binary files /dev/null and b/public/images/instructor.png differ