Skip to content

Commit cf9769b

Browse files
author
Pooya Parsa
committed
update nuxt.config.js
1 parent ab8ae96 commit cf9769b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/nuxt.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ module.exports = {
4747
plugins: [
4848
'~plugins/bootstrap-vue.js',
4949
'~plugins/codemirror.js',
50-
'~plugins/ga.js'
50+
{src: '~plugins/ga.js', ssr: false}
5151
],
52+
5253
css: [
5354
path.resolve(__dirname, '../node_modules/bootstrap/dist/css/bootstrap.css'),
5455
path.resolve(__dirname, '../node_modules/highlightjs/styles/github-gist.css'),

0 commit comments

Comments
 (0)