added missing robots.tsx file

This commit is contained in:
Kismet Hasanaj
2026-05-03 00:28:18 +02:00
parent 39a8a128be
commit 56230a9393
209 changed files with 13114 additions and 5 deletions
+2 -2
View File
@@ -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