Skip to content

Commit 0331f84

Browse files
authored
Merge pull request #91 from dzcode-io/bugfix/learn-urls-ssr
🐞 fixed learn URLs SSR bug
2 parents 157a215 + 565fb50 commit 0331f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/apps/main/entry/webpack.plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if (process.env.NODE_ENV === "production") {
4646
const data = require("../../../../../fullstack/dist/utils/data");
4747
[
4848
{ file: "articles", slug: "Articles" },
49-
{ file: "documentation", slug: "Documentation" },
49+
{ file: "documentation", slug: "Learn" },
5050
{ file: "projects", slug: "Projects" },
5151
].forEach((collectionInfo) => {
5252
const collection = data.getDataCollection(collectionInfo.file, "ssr.json");

0 commit comments

Comments
 (0)