more game page stuff

This commit is contained in:
roormonger
2026-03-25 20:34:53 -04:00
parent 4e6ce29f0b
commit 2efd6cae9a
7 changed files with 912 additions and 143 deletions

View File

@@ -9,5 +9,12 @@ export default defineConfig({
watch: {
usePolling: true,
},
proxy: {
'/assets/romm': {
target: 'https://retro.chieflix.com',
changeOrigin: true,
secure: false,
}
}
},
})