diff options
author | 2022-02-07 16:16:56 +0100 | |
---|---|---|
committer | 2022-02-07 10:16:56 -0500 | |
commit | 0caf9169bc0867f41332bd2cc8ab0066b39d286e (patch) | |
tree | e4379568474c2a53505d5a45e48515b21085eb3f /examples | |
parent | b95cd1951229bca1ecf53d4b487d97e4dccfeaf2 (diff) | |
download | astro-0caf9169bc0867f41332bd2cc8ab0066b39d286e.tar.gz astro-0caf9169bc0867f41332bd2cc8ab0066b39d286e.tar.zst astro-0caf9169bc0867f41332bd2cc8ab0066b39d286e.zip |
Delete robots.txt (#2540)
* Delete robots.txt
* Update tour component
* Remove stray line from folder structure
Diffstat (limited to 'examples')
-rw-r--r-- | examples/starter/public/robots.txt | 2 | ||||
-rw-r--r-- | examples/starter/src/components/Tour.astro | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/examples/starter/public/robots.txt b/examples/starter/public/robots.txt deleted file mode 100644 index 1f53798bb..000000000 --- a/examples/starter/public/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow: / diff --git a/examples/starter/src/components/Tour.astro b/examples/starter/src/components/Tour.astro index 0dd21ed75..9a9ebe17f 100644 --- a/examples/starter/src/components/Tour.astro +++ b/examples/starter/src/components/Tour.astro @@ -16,7 +16,6 @@ import { Markdown } from 'astro/components'; ``` / ├── public/ - │ ├── robots.txt │ └── favicon.ico ├── src/ │ ├── components/ |