We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa1960 commit d8b305aCopy full SHA for d8b305a
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Added
11
12
- 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
14
15
### Changed
16
apps/api/src/assets/sitemap.xml
@@ -92,6 +92,10 @@
92
<loc>https://ghostfol.io/de/ueber-uns/oss-friends</loc>
93
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
94
</url>
95
+ <url>
96
+ <loc>https://ghostfol.io/development/storybook</loc>
97
+ <lastmod>${currentDate}T00:00:00+00:00</lastmod>
98
+ </url>
99
<url>
100
<loc>https://ghostfol.io/en</loc>
101
0 commit comments