From 9dc2ccc7d294c2c852f0cc1882e0cab8e935ef18 Mon Sep 17 00:00:00 2001 From: Alex Gaillard Date: Mon, 29 Jun 2026 14:10:45 -0400 Subject: [PATCH 1/2] Revert "Update Cloud Domain (#756)" This reverts commit 3986116585165a13b515184b545be4f039087e03. --- app/app.config.ts | 2 +- app/components/content/CtaCloud.vue | 2 +- content/cloud/1.getting-started/1.introduction.md | 2 +- content/cloud/1.getting-started/2.teams.md | 2 +- content/frameworks/01.nextjs/09.live-preview-draft-mode.md | 2 +- content/frameworks/02.nuxt/08.live-preview-setup.md | 2 +- content/frameworks/03.astro/01.data-fetching.md | 2 +- content/frameworks/03.astro/03.build-a-cms.md | 2 +- content/getting-started/2.create-a-project.md | 2 +- content/getting-started/9.resources.md | 2 +- content/guides/11.ai/2.mcp/8.local-mcp/0.index.md | 2 +- content/guides/12.integrations/2.clay/0.index.md | 2 +- content/index.md | 2 +- content/releases/2.changelog.md | 2 +- ...d-a-multi-user-chat-with-javascript-and-directus-realtime.md | 2 +- .../build-a-multi-user-chat-with-react-and-directus-realtime.md | 2 +- ...build-a-multi-user-chat-with-vue-js-and-directus-realtime.md | 2 +- .../2.projects/build-a-user-feedback-widget-with-vue-js-.md | 2 +- ...mmerce-platform-with-next-js-stripe-and-directus-automate.md | 2 +- ...ooking-platform-with-next-js-stripe-and-directus-automate.md | 2 +- ...-an-ai-open-source-santa-roast-app-with-directus-and-nuxt.md | 2 +- .../tutorials/4.migration/migrate-from-notion-to-directus.md | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/app/app.config.ts b/app/app.config.ts index 94aad77fa..b27fa422d 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -269,7 +269,7 @@ export default defineAppConfig({ cta: { cloud: { - link: 'https://cloud.directus.com', + link: 'https://directus.cloud', description: 'Everything you need to start building. Provisioned in 90 seconds.', cta: 'Get Started', diff --git a/app/components/content/CtaCloud.vue b/app/components/content/CtaCloud.vue index 53f0d3a99..c5914c56c 100644 --- a/app/components/content/CtaCloud.vue +++ b/app/components/content/CtaCloud.vue @@ -4,7 +4,7 @@ const { cta } = useAppConfig();