Skip to content

Commit

Permalink
chore: update site url
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadM1998 committed Jul 21, 2024
1 parent e8b4b38 commit a760870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ export default defineNuxtConfig({

// SEO
site: {
// TODO: Set url in production to `https://egytech.fyi` when deployed
url: process.env.NODE_ENV === 'production' ? '' : '',
url: 'https://v2.egytech.fyi',
name: 'egytech.fyi',
description: `Explore the latest trends in the Egyptian tech market, analyze salaries, and get personalized negotiation strategies based on your CV.`,
defaultLocale: 'en',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"packageManager": "[email protected]",
"description": "Explore the latest trends in the Egyptian tech market, analyze salaries, and get personalized negotiation strategies based on your CV.",
"homepage": "https://egytech.fyi",
"homepage": "https://v2.egytech.fyi",
"repository": "github.com:egytech-fyi/egytech-fyi",
"engines": {
"node": ">=20.12.2",
Expand Down

0 comments on commit a760870

Please sign in to comment.