From c7af18e7301e43265ca3d8c4fb9850e31ad99e57 Mon Sep 17 00:00:00 2001 From: Pitu <7425261+Pitu@users.noreply.github.com> Date: Sun, 16 Sep 2018 05:27:02 -0300 Subject: Preload of config file --- src/site/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/site/index.js') 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 { -- cgit v1.2.3