Move old power hour arcade

This commit is contained in:
Max Wofford 2024-06-14 07:17:59 -04:00
parent ab342463b1
commit 7131fe3f6c
5 changed files with 3 additions and 3 deletions

View file

@ -310,8 +310,8 @@ const nextConfig = {
destination: '/bin/selector/index.html'
},
{
source: '/arcade/',
destination: '/arcade/index.html'
source: '/arcade/power-hour',
destination: '/arcade/power-hour/index.html'
},
]
},

View file

@ -20,7 +20,7 @@ async function pullFromStorage() {
}
async function fetchData() {
return await fetch('/api/arcade/inventory').then(d => d.json())
return await fetch('/api/arcade/hack-hour/inventory').then(d => d.json())
}
async function setToStorage(data) {