diff options
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 { |