From 5aea25d9d37b4cec41c8bf5ebdd5d7ae5e6e6e69 Mon Sep 17 00:00:00 2001 From: Carlos Granados Date: Thu, 24 Sep 2026 20:54:05 +0200 Subject: [PATCH] serve the site from php-debugger.dev --- docusaurus.config.js | 2 +- static/CNAME | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 static/CNAME diff --git a/docusaurus.config.js b/docusaurus.config.js index 89953c98..d9586834 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -52,7 +52,7 @@ const config = { v4: true, }, - url: 'https://php-debugger.github.io', + url: 'https://php-debugger.dev', // Overridable so PR preview builds can be served from a sub-path baseUrl: process.env.BASE_URL || '/', diff --git a/static/CNAME b/static/CNAME new file mode 100644 index 00000000..9efecf39 --- /dev/null +++ b/static/CNAME @@ -0,0 +1 @@ +php-debugger.dev