Skip to content
Snippets Groups Projects

add 404 to root of public

Merged Laurent Heirendt requested to merge (removed):set-404 into develop
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -26,3 +26,6 @@ git reset --hard origin/$CI_COMMIT_REF_NAME
# set the auto redirection
cp .ci/.autoRedirect public/index.html
# set the 404
cp 404.html public/.
Loading