diff --git a/README.md b/README.md index 4d704dc..3b3ead3 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,4 @@ Install node, at least version 18. First run `npm install` and then `npm run dev The project should be accessible via http://localhost:5173/retroleaderboards/. ## Screens -![Screenshots](public/v0.0.4.gif) +Screenshots \ No newline at end of file diff --git a/package.json b/package.json index dbbf48b..9250b68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "retroleaderboards", "private": true, - "version": "0.0.3", + "version": "0.0.6", "scripts": { "dev": "vite", "dev:cypress": "VITE_ENCRYPTION_KEY=1234567890_KEY vite --host", diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 0000000..c9092a2 --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +retroleaderboards.app \ No newline at end of file