Skip to content

Commit d8b305a

Browse files
authored
Feature/add Storybook to sitemap.xml (ghostfolio#4452)
* Add Storybook * Update changelog
1 parent 1aa1960 commit d8b305a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
- Added support for filtering in the _Copy AI prompt to clipboard_ actions on the analysis page (experimental)
13+
- Added the _Storybook_ path to the `sitemap.xml` file
1314

1415
### Changed
1516

apps/api/src/assets/sitemap.xml

+4
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
<loc>https://ghostfol.io/de/ueber-uns/oss-friends</loc>
9393
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
9494
</url>
95+
<url>
96+
<loc>https://ghostfol.io/development/storybook</loc>
97+
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
98+
</url>
9599
<url>
96100
<loc>https://ghostfol.io/en</loc>
97101
<lastmod>${currentDate}T00:00:00+00:00</lastmod>

0 commit comments

Comments
 (0)