Fix redirect

This commit is contained in:
David Eisinger
2024-12-02 12:02:53 -05:00
parent f975bf2881
commit d1a1d0cd3b

View File

@@ -49,7 +49,7 @@ Next, let's create a basic config file. In the root of your site, put the follow
My site (especially the stuff in [/elsewhere][3] that I've mirrored from my company's website) has code snippets that the English dictionary doesn't recognize. Fortunately, CSpell ships with a bunch of [additional dictionaries][4]. Adding `"ruby"`, `"golang"`, and `"java"` to the `"dictionaries"` array makes a bunch of misspellings go away. My site (especially the stuff in [/elsewhere][3] that I've mirrored from my company's website) has code snippets that the English dictionary doesn't recognize. Fortunately, CSpell ships with a bunch of [additional dictionaries][4]. Adding `"ruby"`, `"golang"`, and `"java"` to the `"dictionaries"` array makes a bunch of misspellings go away.
[3]: /elsewhere [3]: /elsewhere/
[4]: https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries [4]: https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries
### 4. Ignore front matter ### 4. Ignore front matter