From e758aa41e5a8a2482164180583bab1ce3f581793 Mon Sep 17 00:00:00 2001 From: anatolykopyl Date: Mon, 26 Feb 2024 00:05:21 +0300 Subject: [PATCH] Update url --- .gitignore | 1 + src/components/Projects/projectList.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0ca39c0..7191827 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules dist .DS_Store +.idea diff --git a/src/components/Projects/projectList.ts b/src/components/Projects/projectList.ts index f6fb999..aae0618 100644 --- a/src/components/Projects/projectList.ts +++ b/src/components/Projects/projectList.ts @@ -115,7 +115,7 @@ export default [ new Project({ name: 'Kopyl Games', preview: gamesPreview, - link: 'https://games.anatolykopyl.ru', + link: 'https://games.kopyl.dev', descriptionSlug: 'games_desc', flip: true, }),