mirror of
https://github.com/yuzu-mirror/shared-hugo-scripts.git
synced 2025-12-06 06:31:58 +01:00
Use yuzu-mirror/api instead of the dead API
This commit is contained in:
parent
c319294460
commit
c98fa94629
|
|
@ -63,7 +63,7 @@ async function run() {
|
|||
|
||||
// Loop through each game and process it.
|
||||
let games = await fetch(
|
||||
`https://api.${tenant}-emu.org/gamedb/websiteFeed/`
|
||||
`https://raw.githubusercontent.com/yuzu-mirror/api/main/gamedb/websiteFeed`
|
||||
).then((resp) => resp.json());
|
||||
await Promise.all(
|
||||
games.map(async (x) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue