Skip to content

Commit 1dcc83b

Browse files
committed
fix: update Snake Game live URL to Vercel deployment
- Change live demo URL from GitHub Pages to Vercel - Update to https://classic-snake-game-phi.vercel.app/
1 parent 2ca0e9b commit 1dcc83b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ export const PROJECTS: Project[] = [
490490
'A modern, responsive implementation of the classic Snake game built with cutting-edge web technologies. Features smooth 60fps gameplay, responsive controls (keyboard and touch), high score persistence, and beautiful UI/UX. Built with React 19, TypeScript, and Tailwind CSS for optimal performance and cross-platform compatibility.',
491491
technologies: ['React 19', 'TypeScript', 'Tailwind CSS', 'Framer Motion', 'Local Storage'],
492492
githubUrl: 'https://github.com/davidagustin/classic-snake-game',
493-
liveUrl: 'https://classic-snake-game--davidagustin.github.app/',
493+
liveUrl: 'https://classic-snake-game-phi.vercel.app/',
494494
icon: FaGamepad,
495495
category: 'Gaming',
496496
features: [

0 commit comments

Comments
 (0)