added missing robots.tsx file
This commit is contained in:
@@ -86,7 +86,7 @@ Install the website dependencies and build the static site:
|
||||
|
||||
```bash
|
||||
cd /var/www/novarix.uk
|
||||
npm install --no-package-lock
|
||||
npm ci
|
||||
npm run build
|
||||
```
|
||||
|
||||
@@ -131,7 +131,7 @@ The deploy script does this:
|
||||
|
||||
```bash
|
||||
git pull origin main
|
||||
npm install --no-package-lock
|
||||
npm ci
|
||||
npm run build
|
||||
sudo nginx -t
|
||||
sudo systemctl reload nginx
|
||||
|
||||
Reference in New Issue
Block a user