diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91948a8..2cb06ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ pages: - npm install --save-dev - npx webpack - mv dist public + - cp _redirects public artifacts: paths: - public diff --git a/_redirects b/_redirects new file mode 100644 index 0000000..f824337 --- /dev/null +++ b/_redirects @@ -0,0 +1 @@ +/* /index.html 200 \ No newline at end of file diff --git a/package.json b/package.json index 0336082..2d134a2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "eslint-plugin-sort-imports-es6-autofix": "^0.6.0", "git-revision-webpack-plugin": "^5.0.0", "html-webpack-plugin": "^5.5.0", - "i18next": "^21.6.5", "mini-css-extract-plugin": "^2.4.6", "node-sass": "^7.0.1", "prettier": "^2.5.1", @@ -45,6 +44,7 @@ "clipboard": "^2.0.8", "codejar": "^3.5.0", "core-js": "^3.20.2", - "date-fns": "^2.28.0" + "date-fns": "^2.28.0", + "i18next": "^21.6.5" } }