From 7c456c868e4f61f5ceb2f3db8925fc770e35cb6f Mon Sep 17 00:00:00 2001 From: Greg Rickaby Date: Wed, 22 Mar 2023 13:34:37 -0500 Subject: [PATCH] add slash --- apps/wordpress/.wp-env.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wordpress/.wp-env.json b/apps/wordpress/.wp-env.json index b8a9527..ecc3c3a 100644 --- a/apps/wordpress/.wp-env.json +++ b/apps/wordpress/.wp-env.json @@ -1,6 +1,6 @@ { "config": { - "HEADLESS_FRONTEND_URL": "http://localhost:3000", + "HEADLESS_FRONTEND_URL": "http://localhost:3000/", "PREVIEW_SECRET_TOKEN": "preview-secret-token", "WP_ENV": "development", "WP_DEBUG": true,