diff options
| author | Pitu <[email protected]> | 2018-09-16 05:27:02 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2018-09-16 05:27:02 -0300 |
| commit | c7af18e7301e43265ca3d8c4fb9850e31ad99e57 (patch) | |
| tree | ed7e27e070ff81ef1235e14c836d6db3dded3635 /src/site/index.js | |
| parent | Second version of startup script (diff) | |
| download | host.fuwn.me-c7af18e7301e43265ca3d8c4fb9850e31ad99e57.tar.xz host.fuwn.me-c7af18e7301e43265ca3d8c4fb9850e31ad99e57.zip | |
Preload of config file
Diffstat (limited to 'src/site/index.js')
| -rw-r--r-- | src/site/index.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/site/index.js b/src/site/index.js index 7e0ae0f..7a48ce2 100644 --- a/src/site/index.js +++ b/src/site/index.js @@ -17,7 +17,6 @@ const isProduction = process.env.NODE_ENV === 'production'; Vue.use(VueMeta); Vue.use(VueLazyload); -/* Vue.use(VueAnalytics, { id: 'UA-000000000-0', debug: { @@ -25,7 +24,6 @@ Vue.use(VueAnalytics, { sendHitTask: isProduction } }); -*/ Vue.use(VueIsYourPasswordSafe, { minLength: 6, maxLength: 64 @@ -40,7 +38,7 @@ Vue.use(VueTimeago, { Vue.use(Clipboard); Vue.axios.defaults.headers.common.Accept = 'application/vnd.lolisafe.json'; -// Vue.prototype.$config = require('./config'); +Vue.prototype.$config = require('./config'); export default () => { return { |