Skip to content

Commit

Permalink
chore: update social card
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Feb 28, 2024
1 parent 7e4811c commit 9096c01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Binary file modified .github/social-card.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ yarn add -D nuxt-gtag
Add `nuxt-gtag` to the `modules` section of your Nuxt configuration and provide your Google tag ID (for multiple tag IDs, see below).

```ts
// `nuxt.config.ts`
export default defineNuxtConfig({
modules: ['nuxt-gtag'],

Expand Down Expand Up @@ -83,7 +82,6 @@ If you want to send data to multiple destinations, you can add more than one Goo
The following example shows how to load a second Google tag that is connected to a Floodlight destination:

```ts
// `nuxt.config.ts`
export default defineNuxtConfig({
modules: ['nuxt-gtag'],

Expand Down Expand Up @@ -124,7 +122,6 @@ Set a default value for each consent type you are using. By default, no consent
The following example sets multiple consent mode parameters to denied by default:

```ts
// `nuxt.config.ts`
export default defineNuxtConfig({
modules: ['nuxt-gtag'],

Expand Down

0 comments on commit 9096c01

Please sign in to comment.