Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
… into source
  • Loading branch information
adircoh committed May 8, 2024
2 parents 973bfa9 + 3e96ddb commit 83402fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/config/games-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,6 @@ const metaData: GameMetaData[] = [
name: 'League of Legends PBE: Arena',
variant: 'PBE',
},
{
id: 21668,
path: 'valheim',
name: 'Valheim',
},
{
id: 21640,
path: 'valorant',
Expand Down
7 changes: 2 additions & 5 deletions src/config/redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,12 @@ export default [
],
},
{
to: '/api/live-game-data/supported-games/valheim',
to: '/api/live-game-data/deprecated/valheim',
from: [
'/docs/api/overwolf-games-events-valheim',
'/api/games/events/valheim',
'/api/game-data/supported-games/valheim',
'/api/live-game-data/supported-games/valheim'
],
},
{
Expand Down Expand Up @@ -770,10 +771,6 @@ export default [
to: '/status/teamfight-tactics',
from: '/docs/status/teamfight-tactics',
},
{
to: '/status/valheim',
from: '/docs/status/valheim',
},
{
to: '/status/valorant',
from: '/docs/status/valorant',
Expand Down

0 comments on commit 83402fe

Please sign in to comment.