Update url

This commit is contained in:
2024-02-26 00:05:21 +03:00
parent 18ae0f3d56
commit e758aa41e5
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
node_modules node_modules
dist dist
.DS_Store .DS_Store
.idea

View File

@@ -115,7 +115,7 @@ export default [
new Project({ new Project({
name: 'Kopyl Games', name: 'Kopyl Games',
preview: gamesPreview, preview: gamesPreview,
link: 'https://games.anatolykopyl.ru', link: 'https://games.kopyl.dev',
descriptionSlug: 'games_desc', descriptionSlug: 'games_desc',
flip: true, flip: true,
}), }),