Skip to content

Commit

Permalink
feat: test beforeunload compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Leoglme committed Feb 18, 2024
1 parent 780c0e0 commit 0dca09c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 42 deletions.
1 change: 0 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default defineNuxtConfig({
modules: [
'@nuxtjs/tailwindcss',
'@pinia/nuxt',
'@nuxtjs/plausible',
'@nuxtjs/i18n',
'nuxt-simple-sitemap',
'nuxt-simple-robots',
Expand Down
40 changes: 0 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/google-fonts": "^3.0.1",
"@nuxtjs/i18n": "^8.0.0-beta.12",
"@nuxtjs/plausible": "^0.2.1",
"@nuxtjs/tailwindcss": "^6.7.0",
"@types/node": "^18",
"@vitalets/google-translate-api": "^9.2.0",
Expand Down
2 changes: 2 additions & 0 deletions public/mon-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
} catch {
console.warn('sendBeacon failed')
}
} else {
eventIsSent = true
}
}

Expand Down

0 comments on commit 0dca09c

Please sign in to comment.