We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858a6d6 commit 6798a97Copy full SHA for 6798a97
angular.json
@@ -26,7 +26,8 @@
26
"src/favicon.ico",
27
"src/assets",
28
"src/manifest.json",
29
- "src/robots.txt"
+ "src/robots.txt",
30
+ "src/sitemap.xml"
31
],
32
"styles": [
33
"src/styles/reboot.scss",
@@ -88,7 +89,8 @@
88
89
90
91
92
93
94
]
95
}
96
},
src/sitemap.xml
@@ -0,0 +1,12 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
+ <url>
4
+ <loc>https://devstroke.io</loc>
5
+ </url>
6
7
+ <loc>https://devstroke.io/tool/tool/jwt-debugger</loc>
8
9
10
+ <loc>https://devstroke.io/tool/base64-encode-decode</loc>
11
12
+</urlset>
0 commit comments