🔧 (netlify) update redirection destination

This commit is contained in:
Julien Calixte
2020-03-11 18:14:25 +01:00
parent 4865e904df
commit bb872c2996
3 changed files with 2460 additions and 3054 deletions

View File

@@ -1,4 +1,4 @@
[[redirects]] [[redirects]]
from = "/*" from = "/*"
to = "/index.html" to = "/"
status = 200 status = 200

5456
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,11 +10,11 @@
"build-couch-design": "ts-node src/scripts/validate-doc-update.ts" "build-couch-design": "ts-node src/scripts/validate-doc-update.ts"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25", "@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.11.2", "@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^0.1.7", "@fortawesome/vue-fontawesome": "^0.1.9",
"@xkeshi/vue-qrcode": "^1.0.0", "@xkeshi/vue-qrcode": "^1.0.0",
"axios": "^0.19.0", "axios": "^0.19.2",
"bulma": "^0.7.5", "bulma": "^0.7.5",
"bulma-checkradio": "^2.1.1", "bulma-checkradio": "^2.1.1",
"bulma-pricingtable": "^0.2.0", "bulma-pricingtable": "^0.2.0",
@@ -24,42 +24,42 @@
"lightness": "^1.0.0", "lightness": "^1.0.0",
"lodash-es": "^4.17.15", "lodash-es": "^4.17.15",
"md5": "^2.2.1", "md5": "^2.2.1",
"notyf": "^3.0.4", "notyf": "^3.1.0",
"pouchdb-authentication": "^1.1.3", "pouchdb-authentication": "^1.1.3",
"pouchdb-browser": "^7.1.1", "pouchdb-browser": "^7.2.1",
"register-service-worker": "^1.6.2", "register-service-worker": "^1.6.2",
"uuid": "^3.3.3", "uuid": "^3.4.0",
"vue": "^2.6.10", "vue": "^2.6.11",
"vue-class-component": "^7.1.0", "vue-class-component": "^7.2.3",
"vue-click-outside": "^1.0.7", "vue-click-outside": "^1.0.7",
"vue-i18n": "^8.15.0", "vue-i18n": "^8.15.4",
"vue-property-decorator": "^8.3.0", "vue-property-decorator": "^8.4.0",
"vue-router": "^3.1.3", "vue-router": "^3.1.6",
"vue-stripe-checkout": "^3.1.6", "vue-stripe-checkout": "^3.1.6",
"vuex": "^3.1.1", "vuex": "^3.1.2",
"vuex-class": "^0.3.2", "vuex-class": "^0.3.2",
"vuex-persist": "^2.1.0" "vuex-persist": "^2.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/chartist": "^0.9.46", "@types/chartist": "^0.9.47",
"@types/jest": "^24.0.19", "@types/jest": "^24.9.1",
"@types/lodash-es": "^4.17.3", "@types/lodash-es": "^4.17.3",
"@types/md5": "^2.1.33", "@types/md5": "^2.1.33",
"@types/notyf": "^2.0.0", "@types/notyf": "^2.0.0",
"@types/pouchdb": "^6.4.0", "@types/pouchdb": "^6.4.0",
"@types/uuid": "^3.4.5", "@types/uuid": "^3.4.8",
"@vue/cli-plugin-babel": "~4.2.2", "@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-pwa": "~4.2.2", "@vue/cli-plugin-pwa": "^4.2.3",
"@vue/cli-plugin-typescript": "~4.2.2", "@vue/cli-plugin-typescript": "^4.2.3",
"@vue/cli-plugin-unit-jest": "~4.2.2", "@vue/cli-plugin-unit-jest": "^4.2.3",
"@vue/cli-service": "^3.10.0", "@vue/cli-service": "^3.12.1",
"@vue/test-utils": "^1.0.0-beta.29", "@vue/test-utils": "^1.0.0-beta.31",
"babel-core": "7.0.0-bridge.0", "babel-core": "7.0.0-bridge.0",
"node-sass": "^4.12.0", "node-sass": "^4.13.1",
"sass-loader": "^7.3.1", "sass-loader": "^7.3.1",
"ts-jest": "^24.1.0", "ts-jest": "^24.3.0",
"ts-node": "^8.6.2", "ts-node": "^8.6.2",
"typescript": "~3.8.2", "typescript": "^3.8.3",
"vue-template-compiler": "^2.6.10" "vue-template-compiler": "^2.6.11"
} }
} }