Skip to content

Commit 4eb24d9

Browse files
committedSep 4, 2024·
improve setup
1 parent d9a9876 commit 4eb24d9

File tree

8 files changed

+48
-3
lines changed

8 files changed

+48
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div align="center">
1717
<a
1818
alt="Epic Web logo with the words Deployed Version"
19-
href="https://advanced-react-patterns.epicweb.dev"
19+
href="https://advanced-patterns.epicreact.dev"
2020
>
2121
<img
2222
width="300px"

‎package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44
"epicshop": {
55
"title": "Advanced React Patterns 🤯",
66
"subtitle": "Learn how to build simple and flexible React Components and Hooks using modern patterns",
7-
"githubRoot": "https://github.com/epicweb-dev/advanced-react-patterns/blob/main",
7+
"githubRepo": "https://github.com/epicweb-dev/advanced-react-patterns",
8+
"product": {
9+
"host": "www.epicreact.dev",
10+
"slug": "advanced-react-patterns",
11+
"displayName": "EpicReact.dev",
12+
"displayNameShort": "Epic React",
13+
"logo": "/logo.svg"
14+
},
815
"instructor": {
916
"name": "Kent C. Dodds",
1017
"avatar": "/images/instructor.png",

‎public/_redirects

-1
This file was deleted.

‎public/favicon.ico

5.3 KB
Binary file not shown.

‎public/favicon.svg

+13
Loading

‎public/logo.svg

+25
Loading

‎public/og/background.png

714 KB
Loading

‎public/og/logo.svg

+1
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.