From 1d308b1f966eee9a4b23d96140515c868be3df29 Mon Sep 17 00:00:00 2001 From: Gornytskyi Maxim <50423072+MaxymGorn@users.noreply.github.com> Date: Thu, 3 Aug 2023 11:24:42 +0300 Subject: [PATCH] Added sitemap.xml file (#199) ## Target Added sitemap.xml file #### Open Questions ## Checklist - [ ] Documentation updated - [x] Tests cover new or modified code - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] New dependencies added - [ ] Includes breaking changes - [ ] Version bumped ## Visuals --- src/Cropper.Blazor/Client/wwwroot/sitemap.xml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/Cropper.Blazor/Client/wwwroot/sitemap.xml diff --git a/src/Cropper.Blazor/Client/wwwroot/sitemap.xml b/src/Cropper.Blazor/Client/wwwroot/sitemap.xml new file mode 100644 index 00000000..03dff367 --- /dev/null +++ b/src/Cropper.Blazor/Client/wwwroot/sitemap.xml @@ -0,0 +1,27 @@ + + + + https://cropperblazor.github.io/ + 2023-08-02T21:02:02+03:00 + daily + 1.0 + + + https://cropperblazor.github.io/demo + 2023-08-02T21:02:02+03:00 + daily + 0.9 + + + https://cropperblazor.github.io/api + 2023-08-02T21:02:02+03:00 + daily + 0.8 + + + https://cropperblazor.github.io/about + 2023-08-02T21:02:02+03:00 + daily + 0.7 + + \ No newline at end of file