Skip to content

Commit

Permalink
Merge pull request #36 from firehawk89/update-content
Browse files Browse the repository at this point in the history
Update Content
  • Loading branch information
firehawk89 authored Feb 13, 2024
2 parents e90a8d9 + 79885ca commit 3af4e78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions content/projects/itour.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: 'iTour'
image: '/iTour.jpg'
features: []
technologies: ['JavaScript', 'React', 'Next.js', 'TailwindCSS', 'i18n']
features: [
'Internationalization (i18n) Support',
'SEO Optimization'
]
technologies: ['Next.js', 'React', 'JavaScript', 'i18n', 'TailwindCSS']
website: 'https://travel-agency-eight-murex.vercel.app/'
---
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const MOBILE_BREAKPOINT = 767.98
export const SITE_URL = process.env.SITE_URL || 'http://localhost:3000'
export const SITE_URL = process.env.SITE_URL || 'https://bochkovskyi.vercel.app'

0 comments on commit 3af4e78

Please sign in to comment.