Skip to content

Commit 4e1daa8

Browse files
committed
- fix faulty urls
1 parent 1af82ab commit 4e1daa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

games/asteroids_3d.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<meta name="keywords" content="3D Asteroids, browser game, JavaScript game, first-person space shooter, ThreeJS">
99
<meta name="author" content="Claude 3.7 Sonnet prompted by Tobias Müller">
1010
<meta property="og:type" content="website">
11-
<meta property="og:url" content="https://www.gptgames.dev/tools/asteroids_3d.html">
11+
<meta property="og:url" content="https://www.gptgames.dev/games/asteroids_3d.html">
1212
<meta property="og:title" content="3D Asteroids - First-Person Space Shooter">
1313
<meta property="og:description" content="Navigate through asteroid fields in this immersive 3D browser game. Destroy asteroids, earn points, and survive as long as possible!">
1414
<meta property="og:image" content="https://www.gptgames.dev/screenshots/screenshot_171.png">
1515
<meta property="twitter:card" content="summary_large_image">
16-
<meta property="twitter:url" content="https://www.gptgames.dev/tools/asteroids_3d.html">
16+
<meta property="twitter:url" content="https://www.gptgames.dev/games/asteroids_3d.html">
1717
<meta property="twitter:title" content="3D Asteroids - First-Person Space Shooter">
1818
<meta property="twitter:description" content="Navigate through asteroid fields in this immersive 3D browser game. Destroy asteroids, earn points, and survive as long as possible!">
1919
<meta property="twitter:image" content="https://www.gptgames.dev/screenshots/screenshot_171.png">
@@ -24,7 +24,7 @@
2424
"name": "3D Asteroids",
2525
"description": "First-person 3D Asteroids game where players navigate through space, shooting asteroids and surviving increasingly difficult levels.",
2626
"image": "https://www.gptgames.dev/screenshots/screenshot_171.png",
27-
"url": "https://www.gptgames.dev/tools/asteroids_3d.html",
27+
"url": "https://www.gptgames.dev/games/asteroids_3d.html",
2828
"genre": ["Arcade", "Space Shooter", "First-Person"],
2929
"author": {
3030
"@type": "Person",

0 commit comments

Comments
 (0)