From f5a8e452f311c08869ebda2b8f2cf4d6a8766a32 Mon Sep 17 00:00:00 2001 From: iLay1678 Date: Fri, 6 Dec 2024 14:29:34 +0800 Subject: [PATCH] Update nuxt.config.ts --- nuxt.config.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 433c5f7..e286f28 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -3,10 +3,6 @@ export default defineNuxtConfig({ compatibilityDate: '2024-11-01', devtools: { enabled: true }, - nitro: { - preset: "./cloudflare-preset" - }, - experimental: { }, @@ -51,4 +47,4 @@ export default defineNuxtConfig({ css: [ '@/assets/css/main.scss' ] -}) \ No newline at end of file +})