Skip to content

Commit

Permalink
Add CNAME for retro.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
squishyhuman committed Oct 4, 2023
1 parent 8a5e487 commit 5020713
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
git config user.name "GitHub Action"
git config user.email "[email protected]"
git add .
git commit -m "Deployed new build from retro-dapp repository"
git commit -m "Deployed new build from retro-dapp repository" || true
git push https://${{secrets.GH_PAT}}@github.com/RetroAI/retroai.github.io.git main
1 change: 1 addition & 0 deletions frontend/public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
retro.ai
13 changes: 7 additions & 6 deletions frontend/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"short_name": "retro.ai",
"name": "retro.ai",
"short_name": "retro.ai",
"description": "The mission of retro.ai is to preserve human gaming history, and then train an AI to beat it.",
"start_url": ".",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#ffffff",
"icons": [
{
"src": "vite.svg",
"type": "image/svg+xml"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#ffffff",
"background_color": "#000000"
]
}

0 comments on commit 5020713

Please sign in to comment.