Template
feat : working UI for words
This commit is contained in:
+7
-2
@@ -1,8 +1,10 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
import 'reflect-metadata';
|
||||
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2024-11-01',
|
||||
ssr: true,
|
||||
devtools: { enabled: true },
|
||||
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
endpoint: "https://playtest.legonzaur.fr/api", // can be overridden by NUXT_PUBLIC_ENDPOINT environment variable
|
||||
@@ -10,10 +12,13 @@ export default defineNuxtConfig({
|
||||
devMode: false,
|
||||
},
|
||||
},
|
||||
|
||||
nitro: {
|
||||
prerender: {
|
||||
routes: ["/login", "/"],
|
||||
crawlLinks: true,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
modules: ["@pinia/nuxt"],
|
||||
})
|
||||
Reference in New Issue
Block a user