From 565fb5087bcdb794ff069d82c86a1c24cc90d0d1 Mon Sep 17 00:00:00 2001 From: Zakaria Mansouri Date: Fri, 24 Jul 2020 11:34:48 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fixed=20learn=20URLs=20SSR=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/apps/main/entry/webpack.plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/apps/main/entry/webpack.plugins.js b/frontend/src/apps/main/entry/webpack.plugins.js index bf3a96c7c..c43763c19 100644 --- a/frontend/src/apps/main/entry/webpack.plugins.js +++ b/frontend/src/apps/main/entry/webpack.plugins.js @@ -46,7 +46,7 @@ if (process.env.NODE_ENV === "production") { const data = require("../../../../../fullstack/dist/utils/data"); [ { file: "articles", slug: "Articles" }, - { file: "documentation", slug: "Documentation" }, + { file: "documentation", slug: "Learn" }, { file: "projects", slug: "Projects" }, ].forEach((collectionInfo) => { const collection = data.getDataCollection(collectionInfo.file, "ssr.json");