Skip to content

Commit

Permalink
Merge pull request #91 from dzcode-io/bugfix/learn-urls-ssr
Browse files Browse the repository at this point in the history
🐞 fixed learn URLs SSR bug
  • Loading branch information
ZibanPirate authored Jul 24, 2020
2 parents 157a215 + 565fb50 commit 0331f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/apps/main/entry/webpack.plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 0331f84

Please sign in to comment.