Install the module to your Nuxt application:
pnpm i -D nuxt-gsuite
Add the module to your nuxt.config.ts
:
export default defineNuxtConfig({
modules: [
...,
'nuxt-gsuite',
],
gsuite: {
adsense: {
clientId: '[GSUITE_ADSENSE_CLIENTID]',
},
analytics: {
measurementId: '[GSUITE_ANALYTICS_MEASUREMENTID]',
},
recaptcha: {
siteKey: '[GSUITE_RECAPTCHA_SITEKEY]',
secretKey: '[GSUITE_RECAPTCHA_SECRETKEY]',
},
},
})
See CHANGELOG.md for changes.
Check the Wiki for reference.
See SECURITY.md for feature requests or bug reports.
See CONTRIBUTING.md for more information.
Copyright © 2024 CR Development. Licensed under the MIT license.
See LICENSE.md or https://opensource.org/license/mit for more details.