From d3eccbf1f975d6d2e1dd93f696ee82a2cd7fb805 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Fri, 5 Jul 2024 16:19:49 +0200 Subject: [PATCH] commented out - echo '/* /index.html 200' > public/_redirects --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb028c4b..10192e9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ pages: script: - yarn build - cp -a dist/. public/ - - echo '/* /index.html 200' > public/_redirects + #- echo '/* /index.html 200' > public/_redirects #- cp -a dist/. public/ #Ensure the output directory is renamed to public artifacts: paths: -- GitLab