We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adb357 commit a882ef7Copy full SHA for a882ef7
angular-hub/project.json
@@ -19,7 +19,8 @@
19
"outputPath": "dist/angular-hub/client",
20
"tsConfig": "angular-hub/tsconfig.app.json",
21
"serviceWorker": true,
22
- "ngswConfigPath": "angular-hub/ngsw-config.json"
+ "ngswConfigPath": "angular-hub/ngsw-config.json",
23
+ "assets": ["src/robots.txt"]
24
},
25
"defaultConfiguration": "production",
26
"configurations": {
angular-hub/src/robots.txt
@@ -0,0 +1,4 @@
1
+User-agent: *
2
+Allow: /
3
+
4
+Sitemap: https://angular-hub.com/sitemap.xml
0 commit comments