Skip to content

Commit

Permalink
fix: Hugo live reload error when editing homepage widgets
Browse files Browse the repository at this point in the history
Add Hugo server's `--disableFastRender` option.

Helps prevent "ERROR: Homepage not found at /home/index.md!" due to Hugo not fully re-rendering the homepage.
  • Loading branch information
gcushen committed Jun 18, 2020
1 parent bd6df74 commit fc482b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

hugo --i18n-warnings server
hugo server --disableFastRender --i18n-warnings

0 comments on commit fc482b4

Please sign in to comment.