Skip to content

Commit

Permalink
fix: remove behavior trace plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jo0ger committed Nov 6, 2019
1 parent 5750381 commit 1514a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module.exports = {
// { src: '@/plugins/baidu-stat', ssr: false },
{ src: '@/plugins/baidu-seo-push', ssr: false },
{ src: '@/plugins/sentry', ssr: false },
{ src: '@/plugins/behavior-trace', ssr: false },
// { src: '@/plugins/behavior-trace', ssr: false },
{ src: '@/plugins/console-say-hi', ssr: false },
{ src: '@/plugins/particles', ssr: false },
{ src: '@/plugins/lazyload', ssr: false },
Expand Down

0 comments on commit 1514a49

Please sign in to comment.