We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 157a215 + 565fb50 commit 0331f84Copy full SHA for 0331f84
frontend/src/apps/main/entry/webpack.plugins.js
@@ -46,7 +46,7 @@ if (process.env.NODE_ENV === "production") {
46
const data = require("../../../../../fullstack/dist/utils/data");
47
[
48
{ file: "articles", slug: "Articles" },
49
- { file: "documentation", slug: "Documentation" },
+ { file: "documentation", slug: "Learn" },
50
{ file: "projects", slug: "Projects" },
51
].forEach((collectionInfo) => {
52
const collection = data.getDataCollection(collectionInfo.file, "ssr.json");
0 commit comments