From ee43c0a58e3d09deb0432b12fe45d03c6ff9f382 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Tue, 25 Jun 2024 09:32:34 +0300 Subject: [PATCH] nitro craw --- nuxt.config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index a894208..bdf49ec 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -62,11 +62,11 @@ export default defineNuxtConfig({ '/index.html': { redirect: '/' }, '/index.php': { redirect: '/' }, }, - // nitro: { - // prerender: { - // crawlLinks: true - // }, - // }, + nitro: { + prerender: { + crawlLinks: true + }, + }, vite: { assetsInclude: ['**/*.glb', '**/*.gltf'], build: {