@@ -3,12 +3,12 @@ import Sentry from '@nuxtjs/sentry'
33import { Dedupe as DedupeIntegration } from '@sentry/integrations'
44import sitemap from './utils/sitemap.js'
55
6- const FACEBOOK_APPID = '134980666550322'
6+ // const FACEBOOK_APPID = '134980666550322'
77const SENTRY_DSN = 'https://b68903e730034a4ba3b8b2358331389e@o118493.ingest.sentry.io/4504362603184128' // Cordova
88const YAHOO_CLIENTID =
99 'dj0yJmk9N245WTRqaDd2dnA4JmQ9WVdrOWIzTlZNMU01TjJjbWNHbzlNQS0tJnM9Y29uc3VtZXJzZWNyZXQmc3Y9MCZ4PWRh'
1010const MOBILE_VERSION = '2.0.120'
11- const MODTOOLS_VERSION = '0.3.98 '
11+ const MODTOOLS_VERSION = '0.3.99 '
1212
1313require ( 'dotenv' ) . config ( )
1414
@@ -85,10 +85,10 @@ const config = {
8585 { hid : 'author' , name : 'author' , content : 'Freegle' } ,
8686 { name : 'supported-color-schemes' , content : 'light' } ,
8787 { name : 'color-scheme' , content : 'light' } ,
88- {
89- name : 'facebook-domain-verification' ,
90- content : 'zld0jt8mvf06rt1c3fnxvls3zntxj6'
91- } ,
88+ // {
89+ // name: 'facebook-domain-verification',
90+ // content: 'zld0jt8mvf06rt1c3fnxvls3zntxj6'
91+ // },
9292 { hid : 'og:type' , property : 'og:type' , content : 'website' } ,
9393 {
9494 hid : 'description' ,
@@ -120,14 +120,14 @@ const config = {
120120 property : 'og:url' ,
121121 content : 'https://www.ilovefreegle.org'
122122 } ,
123- { hid : 'fb:app_id' , property : 'fb:app_id' , content : FACEBOOK_APPID } ,
123+ // { hid: 'fb:app_id', property: 'fb:app_id', content: FACEBOOK_APPID },
124124 {
125125 hid : 'og:description' ,
126126 property : 'og:description' ,
127127 content :
128128 "Give and get stuff for free in your local community. Don't just recycle - reuse, freecycle and freegle!"
129129 } ,
130- { hid : 'fb:app_id' , property : 'og:site_name' , content : FACEBOOK_APPID } ,
130+ // { hid: 'fb:app_id', property: 'og:site_name', content: FACEBOOK_APPID },
131131
132132 {
133133 hid : 'twitter:title' ,
@@ -164,8 +164,8 @@ const config = {
164164 { rel : 'preconnect' , href : 'https://www.youtube.com' } ,
165165 { rel : 'preconnect' , href : 'https://fonts.gstatic.com' } ,
166166 { rel : 'preconnect' , href : 'https://storage.googleapis.com' } ,
167- { rel : 'preconnect' , href : 'https://www.facebook.com' } ,
168- { rel : 'preconnect' , href : 'https://connect.facebook.com' } ,
167+ // { rel: 'preconnect', href: 'https://www.facebook.com' },
168+ // { rel: 'preconnect', href: 'https://connect.facebook.com' },
169169 { rel : 'preconnect' , href : 'https://apis.google.com' }
170170 ]
171171 } ,
@@ -220,7 +220,7 @@ const config = {
220220 { src : '~/plugins/vue-lazy-youtube-video' , ssr : false } ,
221221 { src : '~/plugins/inspectlet' , ssr : false } ,
222222 { src : '~/plugins/app-init-push.js' , mode : 'client' } ,
223- { src : '~/plugins/app-facebook.js' , mode : 'client' } ,
223+ // { src: '~/plugins/app-facebook.js', mode: 'client' },
224224 { src : '~/plugins/app-google.js' , mode : 'client' } ,
225225 { src : '~/plugins/app-yahoo.js' , mode : 'client' } ,
226226 { src : '~/plugins/app-apple.js' , mode : 'client' } ,
@@ -658,7 +658,7 @@ const config = {
658658 CHAT_HOST : CHAT_HOST ,
659659 OSM_TILE : OSM_TILE ,
660660 GEOCODE : GEOCODE ,
661- FACEBOOK_APPID : FACEBOOK_APPID ,
661+ // FACEBOOK_APPID: FACEBOOK_APPID,
662662 YAHOO_CLIENTID : YAHOO_CLIENTID ,
663663 GOOGLE_MAPS_KEY : 'AIzaSyCdTSJKGWJUOx2pq1Y0f5in5g4kKAO5dgg' ,
664664 GOOGLE_API_KEY : 'AIzaSyArVxoX781qdcbmQZi1PKHX-qa0bPbboH4' ,
0 commit comments