Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Fix undefined home route (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhenkes authored Sep 20, 2021
1 parent 1559b84 commit c009b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const coreConfig = (env = {}) => ({
contentExtension: 'home',
additionalContent: [
{
title: 'Home',
label: 'Home',
filePath: path.resolve(process.cwd(), 'README.md'),
},
],
Expand Down

0 comments on commit c009b14

Please sign in to comment.