From 9c181e30a5ceefd64540bc0df4132f15636efb3c Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 22 Aug 2021 15:44:49 -0500 Subject: [PATCH] GitLab CI: attempt to fix PWA routes --- .gitignore | 3 +++ .gitlab-ci.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a8059164f..02f2cfaf8 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ yarn-error.log* /static/emoji /static/index.html /static/index.html.gz +/static/404.html +/static/404.html.gz /static/manifest.json /static/manifest.json.gz /static/report.html @@ -22,3 +24,4 @@ yarn-error.log* !/static/instance/**.example.* !/static/instance/**.example/** /static-test +/public diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f597fe2a..350535091 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,6 +66,7 @@ pages: script: - yarn build - mv static public + - cp public/{index.html,404.html} variables: NODE_ENV: production artifacts: