Browse Source
Feature/add robots.txt (#215)
* Add robots.txt
* Update changelog
pull/216/head
Thomas
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
10 additions and
0 deletions
-
CHANGELOG.md
-
angular.json
-
apps/client/src/assets/robots.txt
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Added |
|
|
### Added |
|
|
|
|
|
|
|
|
- Added the import functionality for transactions |
|
|
- Added the import functionality for transactions |
|
|
|
|
|
- Added the `robots.txt` file |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
|
@ -103,6 +103,11 @@ |
|
|
"input": "", |
|
|
"input": "", |
|
|
"output": "./" |
|
|
"output": "./" |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"glob": "robots.txt", |
|
|
|
|
|
"input": "apps/client/src/assets", |
|
|
|
|
|
"output": "./" |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"glob": "sitemap.xml", |
|
|
"glob": "sitemap.xml", |
|
|
"input": "apps/client/src/assets", |
|
|
"input": "apps/client/src/assets", |
|
|
|
@ -0,0 +1,4 @@ |
|
|
|
|
|
User-agent: * |
|
|
|
|
|
Allow: / |
|
|
|
|
|
|
|
|
|
|
|
Sitemap: https://ghostfol.io/sitemap.xml |