From 7ed465338cb8c4fa3030133eaea2936ab1eb6b3a Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Thu, 28 Nov 2024 15:34:31 +0100 Subject: [PATCH] fix config.json --- copy/config.json | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/copy/config.json b/copy/config.json index 3de6f570a471..6438b35bbbc1 100644 --- a/copy/config.json +++ b/copy/config.json @@ -15,27 +15,15 @@ "spas": { "about": { "slug": "about", - "pageTitle": "About MDN", - "pageDescription": null, - "trailingSlash": false, - "enUsOnly": false, - "data": { "onlyFollow": false, "noIndexing": false } + "pageTitle": "About MDN" }, "advertising": { "slug": "advertising", - "pageTitle": "Advertise with us", - "pageDescription": null, - "trailingSlash": false, - "enUsOnly": false, - "data": { "onlyFollow": false, "noIndexing": false } + "pageTitle": "Advertise with us" }, "plus": { "slug": "plus", - "pageTitle": "MDN Plus", - "pageDescription": null, - "trailingSlash": false, - "enUsOnly": false, - "data": { "onlyFollow": false, "noIndexing": false } + "pageTitle": "MDN Plus" } } }