diff options
author | Pauline <git@ethanlibs.co> | 2023-08-23 03:39:26 -0400 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2023-08-23 03:39:26 -0400 |
commit | 7a77a68702e947597120226e140885345a21c463 (patch) | |
tree | 91a2d38cc304eaf5e9f50498f637c9a25f8b1fa2 /apps/website/public | |
parent | a7c97d40a34b09d3f488a60106ba82ecd0e8b61e (diff) | |
download | Nexus-7a77a68702e947597120226e140885345a21c463.tar.gz Nexus-7a77a68702e947597120226e140885345a21c463.tar.bz2 Nexus-7a77a68702e947597120226e140885345a21c463.zip |
web: initial astro framework
Diffstat (limited to 'apps/website/public')
-rw-r--r-- | apps/website/public/robots.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/website/public/robots.txt b/apps/website/public/robots.txt new file mode 100644 index 0000000..f58dbcb --- /dev/null +++ b/apps/website/public/robots.txt @@ -0,0 +1,4 @@ +# Example: Allow all bots to scan and index your site. +# Full syntax: https://developers.google.com/search/docs/advanced/robots/create-robots-txt +User-agent: * +Allow: / |