Browse Source
Feature/add Storybook to sitemap.xml (#4452)
* Add Storybook
* Update changelog
main
Thomas Kaul
17 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
0 deletions
-
CHANGELOG.md
-
apps/api/src/assets/sitemap.xml
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Added |
|
|
|
|
|
|
|
- Added support for filtering in the _Copy AI prompt to clipboard_ actions on the analysis page (experimental) |
|
|
|
- Added the _Storybook_ path to the `sitemap.xml` file |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
@ -92,6 +92,10 @@ |
|
|
|
<loc>https://ghostfol.io/de/ueber-uns/oss-friends</loc> |
|
|
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod> |
|
|
|
</url> |
|
|
|
<url> |
|
|
|
<loc>https://ghostfol.io/development/storybook</loc> |
|
|
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod> |
|
|
|
</url> |
|
|
|
<url> |
|
|
|
<loc>https://ghostfol.io/en</loc> |
|
|
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod> |
|
|
|