This commit is contained in:
@@ -15,6 +15,8 @@ export default defineNuxtConfig({
|
||||
},
|
||||
nitro: {
|
||||
prerender: {
|
||||
routes: ["/rules", "/login", "/game", "/lobby"],
|
||||
|
||||
crawlLinks: true,
|
||||
},
|
||||
},
|
||||
|
||||
@@ -28,8 +28,6 @@ const {
|
||||
server: false,
|
||||
});
|
||||
|
||||
await execute();
|
||||
|
||||
const containers = computed<Record<string, Container>>(() => ({
|
||||
[game.value!.fireGems._id]: game.value!.fireGems,
|
||||
[game.value!.market._id]: game.value!.market,
|
||||
|
||||
@@ -14,8 +14,6 @@ const req = await useFetch<Array<Game>>(config.public.endpoint + "/games", {
|
||||
server: false,
|
||||
});
|
||||
|
||||
await req.execute();
|
||||
|
||||
let games = req.data;
|
||||
|
||||
const erika_alive = ref(true);
|
||||
|
||||
Reference in New Issue
Block a user