diff options
author | Yigit Sever | 2021-04-15 03:39:36 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-15 03:39:36 +0300 |
commit | 376ec590ea5da21315a37292817997352e58dee6 (patch) | |
tree | b4a9d8d0697c1ae2063fbca27a9e09dbd23fc7b6 /site/public/robots.txt | |
parent | f04141d2ab699d86d7bfe37a3c77fc9c7ccad74d (diff) | |
download | gradecoin-376ec590ea5da21315a37292817997352e58dee6.tar.gz gradecoin-376ec590ea5da21315a37292817997352e58dee6.tar.bz2 gradecoin-376ec590ea5da21315a37292817997352e58dee6.zip |
Create the static site
DON'T FORGET TO CHANGE site/config.toml BEFORE DEPLOYMENT
Diffstat (limited to 'site/public/robots.txt')
-rw-r--r-- | site/public/robots.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/public/robots.txt b/site/public/robots.txt new file mode 100644 index 0000000..c100df9 --- /dev/null +++ b/site/public/robots.txt | |||
@@ -0,0 +1,3 @@ | |||
1 | User-agent: * | ||
2 | Allow: / | ||
3 | Sitemap: http://localhost:8080/sitemap.xml | ||