Fix : prevent fetching back data on build
release-tag / release-image (push) Successful in 29s

This commit is contained in:
2024-08-02 09:08:59 +02:00
parent 2876f7b91e
commit 08fb23e729
3 changed files with 2 additions and 4 deletions
+2
View File
@@ -15,6 +15,8 @@ export default defineNuxtConfig({
},
nitro: {
prerender: {
routes: ["/rules", "/login", "/game", "/lobby"],
crawlLinks: true,
},
},