mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-25 05:54:25 -04:00
arc.io - disable on dev
This commit is contained in:
parent
62b011a94e
commit
fd8234c4f9
@ -89,9 +89,9 @@ export default {
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/svg', href: '/favicon.svg' }
|
||||
],
|
||||
script: [
|
||||
script: process.env.NODE_ENV === 'production' ? [
|
||||
{src: 'https://arc.io/widget.min.js#yHdNYRkC', async: true},
|
||||
],
|
||||
] : [],
|
||||
},
|
||||
css: [],
|
||||
plugins: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user