From 2662cc881d6b818880c815e8d4cff1d3f3ffb26f Mon Sep 17 00:00:00 2001 From: jakapozun Date: Thu, 13 Jun 2024 15:39:42 +0200 Subject: [PATCH] removed nitro from config --- nuxt.config.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index b067d85..7ce2d9b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -87,12 +87,6 @@ export default defineNuxtConfig({ plugins: [ { src: '~/plugins/utils.client.js' }, ], - nitro: { - preset: "github-pages", - prerender: { - failOnError: false - } - }, image: { provider: 'ipx', ipx: {},