diff --git a/Procfile b/Procfile index e65c2e84..47e89640 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ release: hugo -v -web: hugo server --disableLiveReload --bind '0.0.0.0' -p ${PORT} +web: hugo server --disableLiveReload --bind '0.0.0.0' --port ${PORT} --baseURL 'https://danbarber.me'