diff options
author | 2022-04-14 19:10:28 +0000 | |
---|---|---|
committer | 2022-04-14 19:10:28 +0000 | |
commit | e352238441b8f838e67347d57d256dff10afc797 (patch) | |
tree | e33c5354de4118da3c4d193eeb7551c748fa31b5 | |
parent | 93c2cc0553d8b79dbc9b3c6d2bef7138b631c163 (diff) | |
download | astro-e352238441b8f838e67347d57d256dff10afc797.tar.gz astro-e352238441b8f838e67347d57d256dff10afc797.tar.zst astro-e352238441b8f838e67347d57d256dff10afc797.zip |
[ci] format
-rw-r--r-- | examples/starter/src/content/Tour.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/starter/src/content/Tour.md b/examples/starter/src/content/Tour.md index 421b13e11..b995ba0c8 100644 --- a/examples/starter/src/content/Tour.md +++ b/examples/starter/src/content/Tour.md @@ -23,6 +23,6 @@ There's nothing special about `src/components/`, but that's where we like to put Any static assets, like images, can be placed in the `public/` directory. - ## 👀 Want to learn more? + Check out the [Astro Documentation](https://github.com/withastro/astro) site or jump into our [Discord server](https://astro.build/chat). |