mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
include robots.txt file with a script to copy it
This commit is contained in:
parent
1961795b21
commit
8c1a2bb6a0
48353
status-page/package-lock.json
generated
48353
status-page/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -33,6 +33,7 @@
|
||||
"redux-thunk": "^2.2.0",
|
||||
"sane-email-validation": "^1.1.0",
|
||||
"serve": "^11.3.2",
|
||||
"shx": "^0.3.3",
|
||||
"socket.io-client": "^2.4.0",
|
||||
"stripe": "^6.36.0",
|
||||
"valid-url": "^1.0.9",
|
||||
@ -50,6 +51,7 @@
|
||||
"preinstall": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
|
||||
"start": "node index.js",
|
||||
"build": "react-scripts build",
|
||||
"postbuild": "shx cp robots.txt build",
|
||||
"dev": "export PORT=3006 && react-scripts start",
|
||||
"test": "mocha --exit ./src/test/statusPage.test.js",
|
||||
"eject": "react-scripts eject",
|
||||
|
3
status-page/robots.txt
Normal file
3
status-page/robots.txt
Normal file
@ -0,0 +1,3 @@
|
||||
User-agent: *
|
||||
Disallow: /status-page/*
|
||||
Disallow: /.well-known/*
|
Loading…
Reference in New Issue
Block a user