Skip to content

Commit

Permalink
Merge pull request #17 from CloudCannon/revise-hugo-suggestion
Browse files Browse the repository at this point in the history
Remove strange looking Hugo suggestion
  • Loading branch information
rphillips-cc authored Sep 4, 2024
2 parents 2037039 + 814e6f0 commit 0750a83
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ssgs/hugo.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,6 @@ export default class Hugo extends Ssg {
async generateBuildCommands(filePaths, options) {
const commands = await super.generateBuildCommands(filePaths, options);

commands.install.unshift({
value: 'export NODE_PATH=`pwd`/node_modules:$NODE_PATH',
attribution: 'workaround for a Hugo issue', // https://github.com/gohugoio/hugo/issues/9800
});

commands.build.unshift({
value: 'hugo -b /',
attribution: 'most common for Hugo sites',
Expand Down

0 comments on commit 0750a83

Please sign in to comment.