Skip to content

Commit

Permalink
updating libraries + robots.ts + ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepngupta committed Jan 14, 2025
1 parent c4bded6 commit 2370a48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
NEXT_PUBLIC_BASE_URL: 'https://tsw-ind-rush-pradeepnguptas-projects.vercel.app'
runs-on: ubuntu-24.04
steps:
- name: Checkout Code
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/lint-staged": "13.3.0",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"@types/react": "19.0.6",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"autoprefixer": "10.4.20",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/app/robots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function robots(): MetadataRoute.Robots {
rules: {
userAgent: '*',
allow: '/',
disallow: ['/api/', '/privsate/'],
disallow: ['/api/', '/private/'],
},
sitemap: siteMapUrl,
};
Expand Down

0 comments on commit 2370a48

Please sign in to comment.