Skip to content

Commit 56996d2

Browse files
committed
some edits, icons, analytics
1 parent 4e7e4eb commit 56996d2

File tree

9 files changed

+29
-5
lines changed

9 files changed

+29
-5
lines changed

components/layout.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ function Layout({ children }) {
1717
<div className="content-container">
1818
<div className="main">{children}</div>
1919
</div>
20+
<script async defer src="https://a.holt.courses/latest.js"></script>
21+
<noscript>
22+
<img
23+
src="https://a.holt.courses/noscript.gif"
24+
alt=""
25+
referrerPolicy="no-referrer-when-downgrade"
26+
/>
27+
</noscript>
2028
<Footer
2129
twitter={courseInfo.social.twitter}
2230
github={courseInfo.social.github}

lessons/02-react-render-modes/B-static-site-generation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Using this toolkit, I'm able to use React to write the wrappers of the pages of
119119
[code]: https://github.com/btholt/intermediate-react-v6/
120120
[export]: https://nextjs.org/docs/pages/building-your-application/deploying/static-exports
121121
[astro]: https://astro.build/
122-
[md]: https://github.com/btholt/intermediate-react-v6/blob/main/lessons/02-react-server-components/B-static-site-generation.md
122+
[md]: https://github.com/btholt/intermediate-react-v6/blob/main/lessons/02-react-render-modes/B-static-site-generation.md
123123
[config]: https://github.com/btholt/intermediate-react-v6/blob/main/next.config.js#L9
124-
[html]: https://github.com/btholt/intermediate-react-v6/blob/gh-pages/lessons/react-server-components/static-site-generation.html
124+
[html]: https://github.com/btholt/intermediate-react-v6/blob/gh-pages/lessons/react-render-modes/static-site-generation.html
125125
[site-html]: https://github.com/btholt/intermediate-react-v6/tree/gh-pages
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"icon": "dumpster-fire"
3-
}
2+
"icon": "paint-roller"
3+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"title": "RSCs with Next.js"
2+
"title": "RSCs with Next.js",
3+
"icon": "n"
34
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"icon": "gauge-high"
3+
}

lessons/06-transitions/meta.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"icon": "shuffle"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"icon": "sun"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"icon": "clock"
3+
}

lessons/09-wrap-up/meta.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"icon": "crown"
3+
}

0 commit comments

Comments
 (0)