Spaces:
Build error
Build error
fix: provide our onw robots.txt
Browse files- package-lock.json +4 -4
- package.json +1 -1
- public/robots.txt +2 -0
package-lock.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
| 17 |
"axios": "^1.3.3",
|
| 18 |
"bcrypt": "^5.1.0",
|
| 19 |
"busboy": "^1.6.0",
|
| 20 |
-
"civkit": "^0.8.4-
|
| 21 |
"core-js": "^3.37.1",
|
| 22 |
"cors": "^2.8.5",
|
| 23 |
"dayjs": "^1.11.9",
|
|
@@ -3989,9 +3989,9 @@
|
|
| 3989 |
}
|
| 3990 |
},
|
| 3991 |
"node_modules/civkit": {
|
| 3992 |
-
"version": "0.8.4-
|
| 3993 |
-
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.8.4-
|
| 3994 |
-
"integrity": "sha512-
|
| 3995 |
"license": "AGPL",
|
| 3996 |
"dependencies": {
|
| 3997 |
"lodash": "^4.17.21",
|
|
|
|
| 17 |
"axios": "^1.3.3",
|
| 18 |
"bcrypt": "^5.1.0",
|
| 19 |
"busboy": "^1.6.0",
|
| 20 |
+
"civkit": "^0.8.4-92aafc5",
|
| 21 |
"core-js": "^3.37.1",
|
| 22 |
"cors": "^2.8.5",
|
| 23 |
"dayjs": "^1.11.9",
|
|
|
|
| 3989 |
}
|
| 3990 |
},
|
| 3991 |
"node_modules/civkit": {
|
| 3992 |
+
"version": "0.8.4-92aafc5",
|
| 3993 |
+
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.8.4-92aafc5.tgz",
|
| 3994 |
+
"integrity": "sha512-Je5DTJs8H3fl3WYBbvKwqTzfUm5NuHt9WIrN3hJ5AHosQWGuyLrQf7N2lKo50aiTJdixEr3NDHqUwQ1KY59yoA==",
|
| 3995 |
"license": "AGPL",
|
| 3996 |
"dependencies": {
|
| 3997 |
"lodash": "^4.17.21",
|
package.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
| 26 |
"axios": "^1.3.3",
|
| 27 |
"bcrypt": "^5.1.0",
|
| 28 |
"busboy": "^1.6.0",
|
| 29 |
-
"civkit": "^0.8.4-
|
| 30 |
"core-js": "^3.37.1",
|
| 31 |
"cors": "^2.8.5",
|
| 32 |
"dayjs": "^1.11.9",
|
|
|
|
| 26 |
"axios": "^1.3.3",
|
| 27 |
"bcrypt": "^5.1.0",
|
| 28 |
"busboy": "^1.6.0",
|
| 29 |
+
"civkit": "^0.8.4-92aafc5",
|
| 30 |
"core-js": "^3.37.1",
|
| 31 |
"cors": "^2.8.5",
|
| 32 |
"dayjs": "^1.11.9",
|
public/robots.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
User-Agent: *
|
| 2 |
+
Disallow: /
|