Remove breaking changes to Permalink

This commit is contained in:
Catherine Luse
2022-04-04 18:01:28 -07:00
parent 7a7fa47547
commit e98cb6dee1
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ RUN mkdir -p /output /theme/rancher-website-theme && tar -xzf /run/master.tar.gz
# Expose default hugo port
EXPOSE 9001
ENTRYPOINT ["hugo", "serve", "--bind=0.0.0.0", "--buildDrafts", "--buildFuture" ]
ENTRYPOINT ["hugo", "serve", "--bind=0.0.0.0", "--buildDrafts", "--buildFuture", "--baseURL=" ]