diff --git a/scripts/view-starter-dev.sh b/scripts/view-starter-dev.sh index c057f955..f9201a55 100755 --- a/scripts/view-starter-dev.sh +++ b/scripts/view-starter-dev.sh @@ -1,6 +1,8 @@ #!/usr/bin/env zsh HUGOxPARAMSxCMSxLOCAL_BACKEND=true \ -HUGO_MODULE_REPLACEMENTS="github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 -> ../../../wowchemy,github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 -> ../../../wowchemy-cms" \ +HUGO_MODULE_REPLACEMENTS="github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 -> ../../../modules/wowchemy, +github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify -> ../../../modules/wowchemy-plugin-netlify, +github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms -> ../../../modules/wowchemy-plugin-netlify-cms" \ hugo server --panicOnWarning --renderStaticToDisk -F --port 80 --bind 0.0.0.0 \ --source "starters/$1"