diff --git a/_layouts/error.html b/_layouts/error.html index 4a6c9e87b8..408f90070d 100644 --- a/_layouts/error.html +++ b/_layouts/error.html @@ -5,7 +5,7 @@ - {% include navigation-header.html highlight=true %} + {% include shared-chrome/header.html %}
@@ -13,6 +13,6 @@
- {% include footer.html %} + {% include shared-chrome/footer.html %} diff --git a/amplify.yml b/amplify.yml index 724e7b9b8d..587a4517d9 100644 --- a/amplify.yml +++ b/amplify.yml @@ -11,7 +11,7 @@ frontend: - bundle _2.5.22_ install build: commands: - - bundle _2.5.22_ exec jekyll build + - JEKYLL_ENV=production NODE_ENV=production bundle _2.5.22_ exec jekyll build artifacts: baseDirectory: _site files: diff --git a/script/util.clj b/script/util.clj index e240c1a385..e5bd2690dd 100644 --- a/script/util.clj +++ b/script/util.clj @@ -64,7 +64,8 @@ cmd)) -(def artifacts-to-include ["_site/docs/all.html" +(def artifacts-to-include ["_data/shared_chrome.json" + "_site/docs/all.html" "_site/docs/llms.txt" "_site/docs/llms-embedding-full.txt" "_site/docs/llms-agent-api-full.txt"])