fix: wrangler project name
All checks were successful
Deployment / wordpress (push) Successful in 6s
Deployment / nuxt (push) Successful in 57s

This commit is contained in:
2026-01-30 14:13:21 -05:00
parent 291fa6eaa4
commit 8f037b5950

View File

@@ -61,7 +61,7 @@ export default defineNuxtConfig({
nodeCompat: true, nodeCompat: true,
wrangler: { wrangler: {
// Project name // Project name
name: "moonshine", name: "wp-headless",
// Cloudflare Workers settings // Cloudflare Workers settings
compatibility_date: "2026-01-27", compatibility_date: "2026-01-27",
observability: { enabled: true }, observability: { enabled: true },