show basic game information

This commit is contained in:
2024-04-05 16:39:42 +02:00
parent 4799a99c07
commit 3657d6a888
5 changed files with 97 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true }
devtools: { enabled: true },
ssr: false
})