fix: disable Vercel and Speed Insights analytics options in website configuration
This commit is contained in:
parent
e298910b4b
commit
603c09eeb1
@ -30,8 +30,8 @@ export const websiteConfig: WebsiteConfig = {
|
||||
},
|
||||
},
|
||||
analytics: {
|
||||
enableVercelAnalytics: true,
|
||||
enableSpeedInsights: true,
|
||||
enableVercelAnalytics: false,
|
||||
enableSpeedInsights: false,
|
||||
},
|
||||
i18n: {
|
||||
defaultLocale: 'en',
|
||||
|
Loading…
Reference in New Issue
Block a user