We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f03f4 commit 6bf0ef3Copy full SHA for 6bf0ef3
angular.json
@@ -35,7 +35,10 @@
35
"assets": [
36
"src/favicon.ico",
37
"src/assets",
38
- "src/_routes.json"
+ "src/_routes.json",
39
+ "src/manifest.webmanifest",
40
+ "src/robots.txt",
41
+ "src/sitemap.xml"
42
],
43
"styles": [
44
"src/styles.scss"
src/robots.txt
@@ -1,4 +1,4 @@
1
User-agent: *
2
Allow: /
3
-Sitemap: https://naologic.com/sitemap.xml
+Sitemap: /sitemap.xml
4
Disallow: /cdn-cgi/
0 commit comments