diff --git a/nuxt.config.ts b/nuxt.config.ts index a545218..442cb22 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -98,10 +98,6 @@ export default defineNuxtConfig({ nitro: { preset: 'cloudflare_module', - - cloudflare: { - deployConfig: true, - } }, runtimeConfig: { diff --git a/wrangler.jsonc b/wrangler.jsonc deleted file mode 100644 index 96e1be6..0000000 --- a/wrangler.jsonc +++ /dev/null @@ -1,51 +0,0 @@ -{ - "$schema": "node_modules/wrangler/config-schema.json", - "name": "artsite", - "compatibility_date": "2025-12-13", - "compatibility_flags": [ - "nodejs_compat", - ], - "preview_urls": true, - "workers_dev": true, - "main": "./.output/server/index.mjs", - "routes": [ - { - "pattern": "v2.arthurdanjou.fr", - "zone_name": "arthurdanjou.fr", - "custom_domain": true - } - ], - "placement": { - "mode": "smart", - }, - "assets": { - "binding": "ASSETS", - "directory": "./.output/public/" - }, - "d1_databases": [ - { - "binding": "DB", - "database_id": "d6e8c2ff-399a-4bec-b1b3-4bfe57d50ea8" - } - ], - "kv_namespaces": [ - { - "binding": "CACHE", - "id": "f0766ace1d24423ba6e5cac4fb8f2054", - } - ], - "observability": { - "enabled": true, - "logs": { - "enabled": true, - "head_sampling_rate": 1, - "persist": true, - "invocation_logs": true - }, - "traces": { - "enabled": true, - "head_sampling_rate": 1, - "persist": true - } - } -} \ No newline at end of file