Skip to content

Commit

Permalink
Importación de banner de moneytizer desde la configuración de nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
jualoppaz committed Apr 20, 2020
1 parent e0b1a24 commit 8e5cde6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ export default {
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
],
script: [
{
src: '/js/moneytizer-banner.js', mode: 'client',
},
],
},
/*
** Customize the progress-bar color
Expand Down

0 comments on commit 8e5cde6

Please sign in to comment.