Skip to content

Commit

Permalink
fix config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Nov 28, 2024
1 parent 05d6c0e commit 7ed4653
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions copy/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 7ed4653

Please sign in to comment.