Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ch4.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ By default, when you render a framework component, Astro automatically renders i
Essentially, you get no interactivity from framework components by default.

<figure>
<img src="images/ch4/no-js-by-default.png" width="50%" alt="#NoJavscriptByDefault" align="center">
<figcaption><em>If Astro launched a Twitter campaign, #NoJavscriptByDefault would make an excellent hashtag.</em></figcaption>
<img src="images/ch4/no-js-by-default.png" width="50%" alt="#NoJavascriptByDefault" align="center">
<figcaption><em>If Astro launched a Twitter campaign, #NoJavascriptByDefault would make an excellent hashtag.</em></figcaption>
<br><br><br>
</figure>

Expand Down
2 changes: 1 addition & 1 deletion ch8.md
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ Most of these integrations are barely 100 lines of code at the core. Dig into th
Building custom integrations isn’t a practice we should leave to the “smart” ones among us. Heck! Writing compilers isn’t a prerequisite! Building upon the explanations and examples discussed here, we’ve seen how mere mortals like us can reach down into the internals of Astro and bend it to our will. Now, put this knowledge to practice.

[^1]: What is a sitemap? [https://developers.google.com/search/docs/crawling-indexing/sitemaps/overview](https://developers.google.com/search/docs/crawling-indexing/sitemaps/overview)
[^2]: The injectSctipt option: [https://docs.astro.build/en/reference/integrations-reference/#injectscript-option](https://docs.astro.build/en/reference/integrations-reference/#injectscript-option)
[^2]: The injectScript option: [https://docs.astro.build/en/reference/integrations-reference/#injectscript-option](https://docs.astro.build/en/reference/integrations-reference/#injectscript-option)
[^3]: Colours in Javascript console (SO) [https://stackoverflow.com/questions/7505623/colors-in-javascript-console](https://stackoverflow.com/questions/7505623/colors-in-javascript-console)
[^4]: Astro integration API: [https://docs.astro.build/en/reference/integrations-reference/](https://docs.astro.build/en/reference/integrations-reference/)
[^5]: The Vite configuration options [https://vitejs.dev/config/](https://vitejs.dev/config/)
Expand Down