From eea020b13674f63bd44fe21a5eb6c9662776a6ab Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Fri, 30 Jan 2026 11:51:03 -0500 Subject: [PATCH] fix: remove unneeded wrangler main / assets --- wp-content/themes/moonshine/nuxt.config.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wp-content/themes/moonshine/nuxt.config.ts b/wp-content/themes/moonshine/nuxt.config.ts index e8476cb..1fa1740 100644 --- a/wp-content/themes/moonshine/nuxt.config.ts +++ b/wp-content/themes/moonshine/nuxt.config.ts @@ -63,7 +63,6 @@ export default defineNuxtConfig({ name: "moonshine", // Cloudflare Workers settings compatibility_date: "2026-01-27", - main: "./.output/server/index.mjs", observability: { enabled: true }, preview_urls: false, // Environment variables @@ -72,11 +71,6 @@ export default defineNuxtConfig({ NUXT_SITE_URL: siteUrl, NUXT_WP_URL: wpUrl, }, - // Bindings - assets: { - binding: "ASSETS", - directory: "./.output/public/", - }, }, }, },