From 741be80956988af04be9017ffe4ea8f7809376b0 Mon Sep 17 00:00:00 2001 From: Glary-Bot Date: Fri, 22 May 2026 07:38:29 +0000 Subject: [PATCH] fix: redirect /privacy to /privacy-policy on comfy.org /privacy was 404'ing because the page lives at /privacy-policy. Add a 308 redirect in vercel.json and fix four hardcoded /privacy links (and the browser test asserting the broken URL) to point at /privacy-policy directly. --- .../install/DesktopSettingsConfiguration.vue | 18 +++++++++--------- .../src/views/MetricsConsentView.vue | 2 +- apps/website/vercel.json | 5 +++++ .../tests/dialogs/signInDialog.spec.ts | 2 +- .../dialog/content/SignInContent.vue | 2 +- .../SubscriptionAddPaymentPreviewWorkspace.vue | 2 +- 6 files changed, 18 insertions(+), 13 deletions(-) diff --git a/apps/desktop-ui/src/components/install/DesktopSettingsConfiguration.vue b/apps/desktop-ui/src/components/install/DesktopSettingsConfiguration.vue index f1caa62faa..095b7e1164 100644 --- a/apps/desktop-ui/src/components/install/DesktopSettingsConfiguration.vue +++ b/apps/desktop-ui/src/components/install/DesktopSettingsConfiguration.vue @@ -1,23 +1,23 @@