Feature/add robots.txt (#215)

* Add robots.txt

* Update changelog
pull/216/head
Thomas 3 years ago committed by GitHub
parent e4d325daab
commit 39a76f7f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added the import functionality for transactions
- Added the `robots.txt` file
### Changed

@ -103,6 +103,11 @@
"input": "",
"output": "./"
},
{
"glob": "robots.txt",
"input": "apps/client/src/assets",
"output": "./"
},
{
"glob": "sitemap.xml",
"input": "apps/client/src/assets",

@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://ghostfol.io/sitemap.xml
Loading…
Cancel
Save